dodge a warning

This commit is contained in:
Grazvydas Ignotas 2013-06-24 21:08:54 +03:00
parent 32d23d03ac
commit b57ed12e39

View 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);