Text  |   XML   |   Visible Warnings:

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

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 516.29308
Procedure: id_cmd
Trace: view
Modified: Thu Nov 26 11:36:53 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 id_cmd
1725 id_cmd(ac, av) 
1726         int ac;
1727         char **av;
1728 {
1729         ac = ac;     /* Unused Value */
1730         av = av;   /* Unused Value (ID: 517.29309) */
1731         printf("t%x\n", mytid);
1732         return 0;
1733 } 




Change Warning 516.29308 : Unused Value

Priority:
State:
Finding:
Owner:
Note: