Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Unused Value  at cmds.c:2682

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 528.29318
Procedure: version_cmd
Trace: view
Modified: Thu Nov 26 11:37:09 2009   show details
 
Priority: None
State: None
Finding: None
Owner: None
  edit properties

Legend [ X ]
Warning Location
Contributes
Parse Error
Other Warning
Two or More Loop Iterations
On Execution Path
Comment
Macro
Preprocessor
Include
Keyword
Preprocessed Away

Source  |  Language: C Hide Legend     
LineSource
  /kat0/fletcher/SATE/2010/pvm3/console/cmds.c
  Enter version_cmd
2678 version_cmd(ac, av) 
2679         int ac;
2680         char **av;
2681 {
2682         ac = ac;     /* Unused Value */
2683         av = av;   /* Unused Value (ID: 527.29317) */
2684         printf("%s\n", pvm_version());
2685         return 0;
2686 } 




Change Warning 528.29318 : Unused Value

Priority:
State:
Finding:
Owner:
Note: