Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Unused Value  at ddpro.c:2660

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 159.28780
Procedure: dm_null
Trace: view
Modified: Thu Nov 26 11:27:54 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/src/ddpro.c
  Enter dm_null
2656 dm_null(hp, mp) 
2657         struct hostd *hp;
2658         struct pmsg *mp;
2659 {
2660         hp = hp;     /* Unused Value */
2661         mp = mp;   /* Unused Value (ID: 158.28781) */
2662 /*
2663         pvmlogprintf("dm_null() from %s\n", hp->hd_name);
2664 */ 
2665         return 0;
2666 } 




Change Warning 159.28780 : Unused Value

Priority:
State:
Finding:
Owner:
Note: