Mercurial > sdl-ios-xcode
comparison src/cpuinfo/SDL_cpuinfo.c @ 4472:791b3256fb22
Mostly cleaned up warnings with -Wmissing-prototypes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Jun 2010 08:56:48 -0700 |
parents | f7b03b6838cb |
children | e8916fe9cfc8 |
comparison
equal
deleted
inserted
replaced
4471:11cedc036ca1 | 4472:791b3256fb22 |
---|---|
333 } | 333 } |
334 return SDL_CPUCount; | 334 return SDL_CPUCount; |
335 } | 335 } |
336 | 336 |
337 /* Oh, such a sweet sweet trick, just not very useful. :) */ | 337 /* Oh, such a sweet sweet trick, just not very useful. :) */ |
338 const char * | 338 static const char * |
339 SDL_GetCPUType() | 339 SDL_GetCPUType() |
340 { | 340 { |
341 static char SDL_CPUType[48]; | 341 static char SDL_CPUType[48]; |
342 | 342 |
343 if (!SDL_CPUType[0]) { | 343 if (!SDL_CPUType[0]) { |