Visual C++ compiler warning fixes

This commit is contained in:
Sam Lantinga
2007-07-12 06:53:20 +00:00
parent 45339ba922
commit 49f67ffc0c
5 changed files with 5 additions and 7 deletions

View File

@@ -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());