SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
--- a/src/main/dummy/SDL_dummy_main.c Mon May 01 06:40:00 2006 +0000
+++ b/src/main/dummy/SDL_dummy_main.c Mon May 01 06:41:17 2006 +0000
@@ -9,5 +9,5 @@
return(SDL_main(argc, argv));
}
#else
-/* Nothing to do on this platform */;
+/* Nothing to do on this platform */
#endif