Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Missing Return Statement  at pvmgroups.c:46

Categories: LANG.STRUCT.MRS
Warning ID: 2949.3050
Similar Warnings: 2949.3032
Procedure: main
Trace: View
Modified: Wed Sep 2 12:55:13 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     
ProblemLineSource
   /u1/paul/SATE/2010/c/pvm/pvm3/pvmgs/pvmgroups.c
   Enter main
 37 main() 
 38 {
 39         int gstid;
 40         pvm_mytid();
 41         gstid = gs_getgstid();
 42  
 43         pvm_setcontext( SYSCTX_DG );
 44         pvm_initsend(PvmDataDefault);
 45         pvm_send(gstid, DUMP);
true46 }     /* Missing Return Statement */
Preconditions
gstid >= 0
pvmautoerr != 0
pvmautoerr != 2
pvmautoerr != 3
pvmmytid = -1
pvmtoplvl != 0
pvmtrc.trctid >= 1
Postconditions
*stderr' is allocated by fopen
bytes_before(stderr)' = 0
errno' != 0
pvm_errno' = -14




Change Warning 2949.3050 : Missing Return Statement

Because they are very similar, this warning shares annotations with warning 2949.3032.
CodeSonar has selected warning 2949.3032 to represent this group of similar warnings. In order to edit this group, you must edit warning 2949.3032.