[Issue 16421] New: DMD hides linker error when enabling warnings
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Aug 23 13:00:59 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16421
          Issue ID: 16421
           Summary: DMD hides linker error when enabling warnings
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: niklas.volcz at gmail.com
Created attachment 1611
  --> https://issues.dlang.org/attachment.cgi?id=1611&action=edit
code
When compiling the attached program using DMD with the -w flag no error message
is printed, only one warning and one deprecation warning from the
std.experimental.xml. DMD fails with exit code 1.
--
    
    
More information about the Digitalmars-d-bugs
mailing list