mirror of https://github.com/BOINC/boinc.git
Mac: Finish changes for XCode 4.1 and GCC 4.2
svn path=/trunk/boinc/; revision=23876
This commit is contained in:
parent
a84569fcd0
commit
0b010d60b2
|
@ -56180,7 +56180,7 @@ static i64 doubleToInt64(double r){
|
|||
static const i64 minInt = (((i64)-1) - (0xffffffff|(((i64)0x7fffffff)<<32)));
|
||||
#else
|
||||
static const i64 maxInt = LARGEST_INT64;
|
||||
static const i64 minInt = SMALLEST_INT64; */
|
||||
static const i64 minInt = SMALLEST_INT64;
|
||||
#endif
|
||||
|
||||
if( r<(double)minInt ){
|
||||
|
|
Loading…
Reference in New Issue