dodge a warning
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 24 Jun 2013 18:08:54 +0000 (21:08 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 24 Jun 2013 22:32:48 +0000 (01:32 +0300)
plat_sdl.c

index 7f56ae6..cae6340 100644 (file)
@@ -262,6 +262,8 @@ int plat_sdl_init(void)
       window = (void *)wminfo.info.x11.window;
     }
   }
+#else
+  (void)wminfo;
 #endif
 
   ret = gl_init(display, window, &gl_quirks);