[Issue 14367] New: Print warnings by default

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Mar 28 11:22:54 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14367

          Issue ID: 14367
           Summary: Print warnings by default
           Product: D
           Version: unspecified
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: shammah.chancellor at gmail.com

DMD currently does not print warning by default.  This should be changed so
that people are notified of deprecated features during compilation and can
start fixing them.   It will come as a surprise when these features are finally
removed. There should instead be a silent flag on the compiler to suppress
warnings.

--


More information about the Digitalmars-d-bugs mailing list