Skip to content

Commit

Permalink
Fixed gcc 4 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 8, 2005
1 parent ae3de6e commit 1c3f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpuinfo/SDL_cpuinfo.c
Expand Up @@ -49,7 +49,7 @@ static char rcsid =
#define CPU_HAS_SSE2 0x00000080
#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...
the idea is borrowed from the libmpeg2 library - thanks!
*/
Expand Down

0 comments on commit 1c3f54b

Please sign in to comment.