Text  |   XML   |   Visible Warnings:

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

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 514.29306
Procedure: halt_cmd
Trace: view
Modified: Thu Nov 26 11:36:52 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 halt_cmd
1480 halt_cmd(ac, av) 
1481         int ac;
1482         char **av;
1483 {
1484         ac = ac;     /* Unused Value */
1485         av = av;   /* Unused Value (ID: 515.29307) */
1486         if (!pvm_halt()) {
1487                 pvmendtask();
1488                 exit(0);
1489         }
1490         return 0;
1491 } 




Change Warning 514.29306 : Unused Value

Priority:
State:
Finding:
Owner:
Note: