Text  |   XML   |   Visible Warnings:

pvm3.4.6 : pvm3.4.6 analysis 2 : Missing Return Statement  at pvmgroups.c:46

Categories: LANG.STRUCT.MRS
Warning ID: 543.29369
Similar Warnings: 543.29336
Procedure: main
Trace: view
Modified: Thu Nov 26 11:39:31 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
   /kat0/fletcher/SATE/2010/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
pvmautoerr != 2
pvmautoerr != 3
pvmmytid <= -1
pvmtoplvl != 0
Postconditions
pvm_errno' = -14




Change Warning 543.29369 : Missing Return Statement

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