Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether warnings are issued when a comparison between signed and unsigned values could produce an incorrect result when the signed value is converted to unsigned.
Linux and OS X: | -Wsign-compare -Wno-sign-compare |
Windows: | None |
None
-Wno-sign-compare |
The compiler does not issue these warnings |
This option determines whether warnings are issued when a comparison between signed and unsigned values could produce an incorrect result when the signed value is converted to unsigned.
On Linux* systems, this option is provided for compatibility with gcc.
None