forked from Imagelibrary/rtems
linpack/linpack-pc.c: Fix no return statement warning
This commit is contained in:
@@ -534,6 +534,9 @@ int main (int argc, char **argv)
|
|||||||
fprintf(stdout,"\n");
|
fprintf(stdout,"\n");
|
||||||
fprintf(stdout,ROLLING);fprintf(stdout,PREC);
|
fprintf(stdout,ROLLING);fprintf(stdout,PREC);
|
||||||
fprintf(stdout," Precision %11.2f Mflops \n\n",mflops);
|
fprintf(stdout," Precision %11.2f Mflops \n\n",mflops);
|
||||||
|
#ifdef __rtems__
|
||||||
|
return 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------*/
|
/*----------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user