Changeset 7758 for branches/stable_5.0

Show
Ignore:
Timestamp:
26/07/11 10:20:50 (10 months ago)
Author:
westram
Message:
  • patches for clang-compiler (thx to Matt)
Location:
branches/stable_5.0/GDE
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/GDE/CLUSTALW/interface.c

    r1754 r7758  
    211211                sint ajb; 
    212212 
    213         if(args[0]==NULL) return; 
     213        if(args[0]==NULL) return 0; 
    214214 
    215215 
  • branches/stable_5.0/GDE/SUPPORT/Flatio.c

    r2347 r7758  
    2525                exit(1); 
    2626        } 
    27         return; 
     27        return 0; 
    2828} 
    2929 
     
    164164                } 
    165165        } 
    166         return; 
     166        return 0; 
    167167} 
    168168 
  • branches/stable_5.0/GDE/SUPPORT/Zuk_to_gen.c

    r2 r7758  
    100100                fprintf(file,"\n//\n"); 
    101101        } 
    102         return; 
     102        return 0; 
    103103} 
    104104 
  • branches/stable_5.0/GDE/SUPPORT/count.c

    r2 r7758  
    256256        if(special) 
    257257                (*num) = *denom - (int)fnum; 
    258         return; 
     258        return 0; 
    259259} 
    260260 
     
    318318                aval[i] = '\0'; 
    319319        } 
    320         return; 
     320        return 0; 
    321321} 
    322322 
     
    370370                partu[j] = (float)u / (float)tot; 
    371371        } 
    372         return; 
     372        return 0; 
    373373} 
    374374 
     
    395395                jj++; 
    396396        } 
    397         return; 
     397        return 0; 
    398398} 
    399399 
  • branches/stable_5.0/GDE/SUPPORT/lsadt.c

    r655 r7758  
    523523                        for(j=1; j<i; j++) 
    524524                                d[i][j] = runif(); 
    525                 return; 
     525                return 0;  
    526526        } 
    527527        if(nempty == 0 && start == 2) 
     
    531531                        for(j=1; j<i; j++) 
    532532                                d[i][j] = delta[i][j] + rnorm()*estd; 
    533                 return; 
     533                return 0; 
    534534        } 
    535535        for(i=2; i<=n; i++) 
    536536                for(j=1; j<i; j++) 
    537537                        d[i][j] = delta[i][j]; 
    538         if(start==3 && nempty==0) return; 
     538        if(start==3 && nempty==0) return 0; 
    539539        emp=nempty; 
    540540        nemp=0; 
     
    577577                                d[i][j]+= rnorm()*estd; 
    578578        } 
    579         return; 
     579        return 0; 
    580580} 
    581581 
     
    736736                prc = 0; 
    737737                print_iter(maxfnc, f); 
    738                 return; 
     738                return 0; 
    739739        } 
    740740        if(itcrs>m) 
     
    814814                        prc = 0; 
    815815                        print_iter(maxfnc, f); 
    816                         return; 
     816                        return 0; 
    817817                } 
    818818        }