Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Unused Value  at ddpro.c:2661

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 2576.2608
Procedure: dm_null
Trace: View
Modified: Wed Sep 2 12:41:32 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/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 (ID: 2575.2607) */
2661         mp = mp;     /* Unused Value */
2662 /*
2663         pvmlogprintf("dm_null() from %s\n", hp->hd_name);
2664 */ 
2665         return 0;
2666 




Change Warning 2576.2608 : Unused Value

Priority:
State:
Finding:
Owner:
Note: