Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Unused Value  at cmds.c:2683

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2934.3016
Procedure: version_cmd
Trace: View
Modified: Wed Sep 2 12:53:00 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
  /u1/paul/SATE/2010/c/pvm/pvm3/console/cmds.c
  Enter version_cmd
2678 version_cmd(ac, av) 
2679         int ac;
2680         char **av;
2681 {
2682         ac = ac;   /* Unused Value (ID: 2933.3015) */
2683         av = av;     /* Unused Value */
2684         printf("%s\n", pvm_version());
2685         return 0;
2686 




Change Warning 2934.3016 : Unused Value

Priority:
State:
Finding:
Owner:
Note: