c - disabling "treat warning as errors" in WDK -


i'm building printer driver using build utility of wdk. need turn off "treat warnings errors". turned off in visual studio project file apparently doesn't affect build.

does know how this?

this controlled msc_warning_level directive in sources file:

msc_warning_level=/w4 /wx

remove /wx stop treating warnings errors. however, current industry practice compile /w4 /wx, suggest getting used fixing warnings.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -