|
-
March 12th, 2009, 01:31 AM
#1
[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.........
-
March 12th, 2009, 01:36 AM
#2
Re: How to remove compile warnings in VC++ 2008?
-
March 12th, 2009, 04:29 AM
#3
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.
-
March 12th, 2009, 07:33 PM
#4
Re: How to remove compile warnings in VC++ 2008?
Ok........it works now, thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|