mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 19:45:43 -05:00
Visual C++ compiler warning fixes
This commit is contained in:
@@ -67,8 +67,6 @@ poked(int sig)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
int i, n;
|
||||
|
||||
/* Load the SDL library */
|
||||
if (SDL_Init(SDL_INIT_AUDIO) < 0) {
|
||||
fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
|
||||
|
||||
Reference in New Issue
Block a user