whetstone.cpp:274:12: warning: 'finisec' may be used uninitialized in this function [-Wmaybe-uninitialized]
274 | double diff = finisec - startsec;
| ^
whetstone.cpp:101:22: note: 'finisec' was declared here
101 | double startsec, finisec;
| ^
whetstone.cpp:274:12: warning: 'startsec' may be used uninitialized in this function [-Wmaybe-uninitialized]
274 | double diff = finisec - startsec;
| ^
whetstone.cpp:101:12: note: 'startsec' was declared here
101 | double startsec, finisec;
| ^
don't use the variable name "sgi";
include <xxx.h> instead of <cxxx>; the latter just adds
overloaded functions that we avoid.
svn path=/trunk/boinc/; revision=17954