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
Post a Comment