Run Microsoft Analyzer over dmd source code

Trass3r via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 9 16:06:40 PDT 2014


> Is there a way to disable exceptions with MSVC like 
> -fno-exceptions for GCC to help get rid of the associated false 
> positives?

Sure, no /EHsc and /D_HAS_EXCEPTIONS=0 for its STL.


More information about the Digitalmars-d mailing list