Text  |   XML   |   Visible Warnings:

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

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2923.3005
Procedure: halt_cmd
Trace: View
Modified: Wed Sep 2 12:52:46 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 halt_cmd
1480 halt_cmd(ac, av) 
1481         int ac;
1482         char **av;
1483 {
1484         ac = ac;   /* Unused Value (ID: 2922.3004) */
1485         av = av;     /* Unused Value */
1486         if (!pvm_halt()) {
1487                 pvmendtask();
1488                 exit(0);
1489         }
1490         return 0;
1491 




Change Warning 2923.3005 : Unused Value

Priority:
State:
Finding:
Owner:
Note: