Fixed gcc 4 warnings

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401201
This commit is contained in:
Sam Lantinga 2005-12-08 14:48:21 +00:00
parent be38bc3621
commit 8ce4fc3c4d

View file

@ -49,7 +49,7 @@ static char rcsid =
#define CPU_HAS_SSE2 0x00000080 #define CPU_HAS_SSE2 0x00000080
#define CPU_HAS_ALTIVEC 0x00000100 #define CPU_HAS_ALTIVEC 0x00000100
#ifdef USE_SETJMP #if defined(USE_SETJMP) && defined(GCC_ALTIVEC)
/* This is the brute force way of detecting instruction sets... /* This is the brute force way of detecting instruction sets...
the idea is borrowed from the libmpeg2 library - thanks! the idea is borrowed from the libmpeg2 library - thanks!
*/ */