Compiler reports warning #186: pointless comparison of unsigned integer with zero
remark
Diagnostic 1782: #pragma once is obsolete. Use #ifndef guard instead.
You should not see the warning/remark by default in ICC.
#pragma once should continue to work (NOT deprecated).
Diagnostic 1764: invalid member for anonymous member class -- class
Compiler reports error #1764: invalid member for anonymous member class
Diagnostic 583: C++ exception handler found but /EHsc option was not specified
In 11.0 and older versions, this warning reads as follows:
Diagnostic 583: C++ exception handler found but GX option not present
Diagnostic 337: invalid union member -- class
Compiler reports error 337: invalid union member -- class
Diagnostic 341: inherited member is not allowed
Compiler reports error: inherited member is not allowed
Diagnostic 335: "xxx" is not a nonstatic data member or base class of "type"
Compiler issues error: "xxx" is not a nonstatic data member or base class of class "type"
Diagnostic 654: overloaded virtual function
Compiler reports warning #654: overloaded virtual function "xxx" is only partially overriden in class "class name"
