[Issue 4143] New: fix warnings in dmd build
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun May  2 01:09:44 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4143
           Summary: fix warnings in dmd build
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: braddr at puremagic.com
--- Comment #0 from Brad Roberts <braddr at puremagic.com> 2010-05-02 01:09:38 PDT ---
Created an attachment (id=619)
Fix dmd warnings produced when building with g++
There are a bunch of warnings produced when building dmd with gcc.  The
majority are printf format specifier vs argument type mismatches.  A couple are
char* vs const char* with string literal related.
The attached patch allows dmd to build with no warnings with gcc 4.4.3.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list