Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated GCC version, added links to manual.

...

Coverity Prevent

finds

Finds statements or expressions that do not accomplish anything, or statements that perform an unintended action

section

.

-Wunused-value and -Wunused-parameter  

Tool

Version

Checker

Description

Section
Include Page
c:Coverity_V
c:Coverity_V
section

NO_EFFECT

Section

GCC

Include Page
c:GCC_Vc:GCC_V

3.0

Section

Options detect unused local variables or non-constant static variables, and unused function parameters, respectively.

Section

Klocwork

Include Page
c:Klocwork_V
c:Klocwork_V
Section

EFFECT

 

Section

LDRA tool suite

Include Page
c:LDRA_V
c:LDRA_V

 

 

Section

Splint

Include Page
c:Splint_V
c:Splint_V

 

 

...