Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Compile code using the highest warning level available for your compiler and eliminate warnings by modifying the code.

Wiki Markup
According to guideline C99 \[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\], Section 5.1.1.3

...

Wiki Markup
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 5.1.1.3, "Diagnostics"
\[[MITRE 072007|AA. Bibliography#MITRE 07]\] [CWE ID 563|http://cwe.mitre.org/data/definitions/563.html], "Unused Variable"; [CWE ID 570|http://cwe.mitre.org/data/definitions/570.html], "Expression is Always False"; [CWE ID 571|http://cwe.mitre.org/data/definitions/571.html], "Expression is Always True"
\[[Sutter 052005|AA. Bibliography#Sutter 05]\] Item 1
\[[Seacord 05a2005a|AA. Bibliography#Seacord 05]\] Chapter 8, "Recommended Practices"

...