From 5ccd091fd1bdf9a92b2424bba2dd63b372df0639 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 3 Sep 2011 12:45:45 +0000 Subject: (svn r22881) -Fix (r22875): GCC warnings on 64bit systems. --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index c50a93eba..bee855169 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -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 -- cgit v1.2.3-54-g00ecf