Title: MSC13-C. Detect and remove unused values  
Author: Jeffrey Gennari Jun 14, 2007
Last Changed by: Jill Britton Apr 20, 2023
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/39UxBQ
Export As: Word · PDF  
Incoming Links
SEI CERT Perl Coding Standard (1)
    Page: MSC01-PL. Detect and remove unused variables
Hierarchy
Parent Page
    Page: Rec. 48. Miscellaneous (MSC)
Outgoing Links
External Links (16)
    https://pvs-studio.com/en/docs/warnings/v596/
    https://pvs-studio.com/en/docs/warnings/v5003/
    https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?p…
    https://pvs-studio.com/en/docs/warnings/v603/
    https://pvs-studio.com/en/docs/warnings/v744/
    https://pvs-studio.com/en/docs/warnings/v714/
    https://pvs-studio.com/en/docs/warnings/v763/
    https://pvs-studio.com/en/docs/warnings/v751/
    https://www.sonarsource.com/products/codeanalyzers/sonarcfa…
    https://www.kb.cert.org/vulnotes/bymetric?searchview&query=…
    https://www.mathworks.com/help/bugfinder/ref/certcrec.msc13…
    https://pvs-studio.com/en/docs/warnings/v519/
    https://pvs-studio.com/en/docs/warnings/v1001/
    https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?p…
    https://wiki.sei.cmu.edu/confluence/display/c/PVS-Studio
    https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?p…
SEI CERT C Coding Standard (25)     Page: CodeSonar_V
    Page: Coverity_V
    Page: Parasoft
    Page: EXP33-C. Do not read uninitialized memory
    Page: LDRA
    Page: Klocwork
    Page: Klocwork_V
    Page: Helix QAC_V
    Page: PVS-Studio_V
    Page: PC-lint Plus
    Page: Astrée
    Page: MSC12-C. Detect and remove code that has no effect or is never executed
    Page: CodeSonar
    Page: DCL30-C. Declare objects with appropriate storage durations
    Page: Polyspace Bug Finder_V
    Page: AA. Bibliography
    Page: Coverity
    Page: Parasoft_V
    Page: Polyspace Bug Finder
    Page: BB. Definitions
    Page: LDRA_V
    Page: Helix QAC
    Page: PC-lint Plus_V
    Page: Astrée_V
    Home page: SEI CERT C Coding Standard
SEI CERT C++ Coding Standard (2)     Home page: SEI CERT C++ Coding Standard
    Page: VOID MSC13-CPP. Detect and remove unused values