linpack/linpack-pc.c: Fix no return statement warning

This commit is contained in:
Joel Sherrill
2017-04-23 11:51:22 -05:00
parent 906e67fe88
commit e4633241ca

View File

@@ -534,6 +534,9 @@ int main (int argc, char **argv)
fprintf(stdout,"\n");
fprintf(stdout,ROLLING);fprintf(stdout,PREC);
fprintf(stdout," Precision %11.2f Mflops \n\n",mflops);
#ifdef __rtems__
return 0;
#endif
}
/*----------------------*/