I am using Visual Studio 2012, I want to catch all warnings as errors. Therefore, I turned on the /WX options to treat all warnings as errors. However, it appears that it is applicable only to warnings produced by MSVC compiler. What about linker warnings?
If there are some warnings produced by linker, how to treat them as error?
↧