Commit Graph

10 Commits

Author SHA1 Message Date
computezrmle 884310d089
Fix compiler warnings "-Wmaybe-uninitialized"
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;
      |            ^
2022-01-20 09:22:35 +01:00
barton26 364c30d003 Client typos 2021-10-06 14:42:17 -04:00
David Anderson 44f0928a7a Android compile fix 2013-08-28 00:17:51 -07:00
David Anderson 7b2ca9e787 Client (Android): run the Whetstone benchmarks using VFP or Neon if available. From Carl. 2013-08-27 21:08:02 -07:00
David Anderson f25cf0836a Include <cmath> instead of <math.h> various places 2013-05-27 16:44:22 -07:00
David Anderson 6784283211 - user web: fix bugs in server status page
- fix some indentation


svn path=/trunk/boinc/; revision=22890
2011-01-06 23:09:13 +00:00
Rom Walton 9cb3e6ffc7 - client & lib: bring header inclusion up-to-date for the CC to begin
hunting down a memory leak.
        
    client/
        <Various Files>
    lib/
        <Various Files>

svn path=/trunk/boinc/; revision=21457
2010-05-11 19:10:29 +00:00
Rom Walton e14e1cad34 - Remove BOINC_RCSID tags from source files, we are doing branching and tagging
properly.
        
    <Various Files>

svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
David Anderson fba2e5ee3d - Changes to get the client to build on IRIX:
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
2009-04-30 21:48:20 +00:00
David Anderson 98cfb8d3b0 - rename .C files to .cpp so that Doxygen will work
svn path=/trunk/boinc/; revision=16069
2008-09-26 18:20:24 +00:00