Commit Graph

5 Commits

Author SHA1 Message Date
Biswapriyo Nath 68599941ac fix some gcc warnings
list of changes:
* api/reduce_lib.cpp:188:10: warning: declaration of 'h' shadows a previous local
* lib/gui_rpc_client_ops.cpp:1479:42: warning: clearing an object of non-trivial type 'struct VERSION_INFO'
* client/boinc_cmd.cpp:434:32: warning: clearing an object of non-trivial type 'class HOST_INFO'

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
2020-06-27 00:53:44 +05:30
David Anderson fad4210f7b Various files: simplify #includes.
On Windows, include boinc_win.h
No references to STDWX_H, STDAFX_H etc.

Note: .cpp files should not have a bunch of gnarly #if logic in their includes.
If such logic is needed, put it in a central place.
2020-06-04 01:24:49 -07:00
Eric J Korpela 8fe6f95548 API GRAPHICS Fixed the reason the SETI@home 3D graph wasn't showing up. If
this is a problem for other projects we can attempt to fork this file into
SETI@home.
2015-12-09 12:59:40 -08: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 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