...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| BUILD.WALL BUILD.WERROR | Not All Warnings Are Enabled Warnings Not Treated As Errors | ||||||
SonarQube |
| S1762 | Warns when the default warning specifier is used with #pragma warning. |
Related Guidelines
CERT C++ Secure Coding Standard | MSC00-CPP. Compile cleanly at high warning levels |
MITRE CWE | CWE-563, Unused variable CWE-570, Expression is always false CWE-571, Expression is always true |
...