Text  |   XML   |   Visible Warnings:

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

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2925.3007
Procedure: id_cmd
Trace: View
Modified: Wed Sep 2 12:52:47 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 id_cmd
1725 id_cmd(ac, av) 
1726         int ac;
1727         char **av;
1728 {
1729         ac = ac;   /* Unused Value (ID: 2924.3006) */
1730         av = av;     /* Unused Value */
1731         printf("t%x\n", mytid);
1732         return 0;
1733 




Change Warning 2925.3007 : Unused Value

Priority:
State:
Finding:
Owner:
Note: