(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.

This commit is contained in:
frosch
2011-09-03 12:45:45 +00:00
parent 7337332026
commit 398ed7ebb8
3 changed files with 28 additions and 4 deletions

View File

@@ -339,6 +339,7 @@ assert_compile(sizeof(uint64) == 8);
assert_compile(sizeof(uint32) == 4);
assert_compile(sizeof(uint16) == 2);
assert_compile(sizeof(uint8) == 1);
assert_compile(SIZE_MAX >= UINT32_MAX);
#ifndef M_PI_2
#define M_PI_2 1.57079632679489661923