From: Grazvydas Ignotas Date: Mon, 24 Jun 2013 18:08:54 +0000 (+0300) Subject: dodge a warning X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=commitdiff_plain;h=b57ed12e39ff8b0b678d18e5a729ea54ffb0542a dodge a warning --- diff --git a/plat_sdl.c b/plat_sdl.c index 7f56ae6..cae6340 100644 --- a/plat_sdl.c +++ b/plat_sdl.c @@ -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);