[RESOLVED] How to remove compile warnings in VC++ 2008?
I am using visual studio 2008 professional and during compilation, the errors and warnings are all displayed together, making it hard to identify the error messages.
How do I remove the compile warnings during compilation?
And in Visual studio 2005, the warnings and errors have their separate tabs and are nicely separated. Why did microsoft remove this user friendly display and mix both errors and warnings in VS2008.........
Re: How to remove compile warnings in VC++ 2008?
Re: How to remove compile warnings in VC++ 2008?
Use the Errors List windows. There are buttons that you can use to filter the errors and warnings.
Re: How to remove compile warnings in VC++ 2008?
Ok........it works now, thanks! :D