From b57ed12e39ff8b0b678d18e5a729ea54ffb0542a Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 24 Jun 2013 21:08:54 +0300 Subject: [PATCH] dodge a warning --- plat_sdl.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2