Thread overview
[Issue 2567] New: Option To Not Treat Warnings As Errors
Jan 08, 2009
d-bugmail
May 10, 2009
d-bugmail
[Issue 2567] [patch] Option To Not Treat Warnings As Errors
May 10, 2009
Leandro Lucarella
May 11, 2009
Nick Sabalausky
Mar 09, 2010
Walter Bright
January 08, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2567

           Summary: Option To Not Treat Warnings As Errors
           Product: D
           Version: 1.039
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: business3@twistedpairgaming.com


I want to be informed of warnings when compiling, but I don't want their presence to prevent the build from succeeding, and I don't want to workaround by setting up my build system to have both "with warnings" and "without warning" (I'd end up needing at least three: "Debug / Warnings", "Debug / No Warnings", "Release"). There should be an option to disable "Treat warnings as errors".


-- 

May 10, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2567





------- Comment #1 from cbkbbejeap@mailinator.com  2009-05-10 01:06 -------
Created an attachment (id=354)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=354&action=view)
Patch against 1.043


-- 

May 10, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2567


Leandro Lucarella <llucax@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax@gmail.com




--- Comment #2 from Leandro Lucarella <llucax@gmail.com>  2009-05-10 14:15:38 PDT ---
It seems that your patch has some small indentation issues, see http://d.puremagic.com/issues/attachment.cgi?id=354&action=diff#..\..\..\..\dmd.1.043\dmd\src\dmd/mars.c_sec4

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2567


Nick Sabalausky <cbkbbejeap@mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #354 is|0                           |1
           obsolete|                            |




--- Comment #3 from Nick Sabalausky <cbkbbejeap@mailinator.com>  2009-05-10 21:46:39 PDT ---
Created an attachment (id=357)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=357)
Patch against 1.043 (fixed indentations)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 09, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2567


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> 2010-03-08 22:19:05 PST ---
Added -wi switch for dmd 1.057 and 2.041

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------