If you have compilation errors you can display them by clicking on the row and jump into the code from there. If you have only warnings you must indeed go into the Output window and search them there. This is not good. You should handle errors, warnings and messages (#pragma message) in the same style.
Perhaps it would be a good way to limit the number of the warnings, because many developers seem to ignore warnings and have a very big number.
Perhaps it would also be good to have an option to use this new icon or not.
If you have compilation errors you can display them by clicking on the row and jump into the code from there. If you have only warnings you must indeed go into the Output window and search them there. This is not good. You should handle errors, warnings and messages (#pragma message) in the same style.
Perhaps it would be a good way to limit the number of the warnings, because many developers seem to ignore warnings and have a very big number.
Perhaps it would also be good to have an option to use this new icon or not.