
I really really want to turn off warnings in eVC4 SP1
What do I have to do to get rid of warning C4786? So far I've tried
#pragma warning( disable : 4786 ) which has no effect. I'm still
getting about 90 of them per file.
Obviously the /wd switch is maldocumented since the compiler doesn't
recognize any other form of /w than the plain /w. This malicious
documentation is identical to that of eVC3.
Finally, I have tried the workaround described at
http://www.*-*-*.com/
apparently worked for VC6. It does nothing for me.
I strongly suggest adding the eVCs to the list of broken compilers at
http://www.*-*-*.com/
Has someone been able to beat the compiler into submission?