using that much pragma disables in dmd msc build?

dennis luehring dl.soluz at gmx.net
Wed Jun 5 00:04:34 PDT 2013


Am 05.06.2013 08:04, schrieb Walter Bright:
> On 6/4/2013 10:25 PM, dennis luehring wrote:
>> Am 05.06.2013 07:14, schrieb dennis luehring:
>>> Am 04.06.2013 19:52, schrieb Walter Bright:
>>>> On 6/4/2013 2:16 AM, dennis luehring wrote:
>>>>> in dmd/src/vcbuild/warnings.h
>>>>>
>>>>> is it realy a good idea to block the warning from popping up then to fix the
>>>>> stuff or are all warnings non fixables?
>>>>
>>>>
>>>> Not all VC warnings are good ideas.
>>>>
>>>
>>> examples?
>>>
>>
>> better asked: why global switch of the warnings, are all occurences just wrong?
>>
>>
>
> The file was written by Rainer Schuetze and Mark Mohr. I don't know the
> specifics, except that none of them in warnings.h found real errors, and frankly
> were far more annoying than useful when I tried VC++ on dmd with all warnings on.
>

i always try to keep my programs on VC++ warning level 4 (3 is default) 
and warning free - but im not developing compilers (maybe its different)

is -Wall on gcc more annoying with the dmd source or better then VC++?


More information about the Digitalmars-d mailing list