Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler issues a warning when the use of format functions may cause security problems.
Linux and OS X: | -Wformat-security -Wno-format-security |
Windows: | None |
None
-Wno-format-security |
No warning is issued when the use of format functions may cause security problems. |
This option determines whether the compiler issues a warning when the use of format functions may cause security problems.
When -Wformat-security is specified, it warns about uses of format functions where the format string is not a string literal and there are no format arguments.
None