Displaying Build Errors instead of Displaying Errors and Warning together.
-
Does any one know how to display just the Build Errors from an attempted Build, instead of having both the Errors and the Warnings displayed together? Thanks! Anne
-
Does any one know how to display just the Build Errors from an attempted Build, instead of having both the Errors and the Warnings displayed together? Thanks! Anne
You can turn off all warnings with the compiler switch /W0 But why would you want to ignore warnings? ----------------------------- Get trial copy of comment generating tool CommentMakerPro, a collection of convenience and productivity tools for Microsoft Visual Studio .NET FeinStuff, and std::string and std::string containers viewer FeinEvaluatorPro at www.FeinSoftware.com
-
You can turn off all warnings with the compiler switch /W0 But why would you want to ignore warnings? ----------------------------- Get trial copy of comment generating tool CommentMakerPro, a collection of convenience and productivity tools for Microsoft Visual Studio .NET FeinStuff, and std::string and std::string containers viewer FeinEvaluatorPro at www.FeinSoftware.com
Thank you very much. Temporarily I would like to turn off warnings, so that I can see the errors more easily. You helped me very much. I was able to find the Configuration Build Properties and am temporarily setting the Warning Level to 0. Thank you again, Anne
-
Does any one know how to display just the Build Errors from an attempted Build, instead of having both the Errors and the Warnings displayed together? Thanks! Anne