X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat_sdl.c;h=cae6340231af82c97635d8ef4c0da3f70b9be0a2;hb=c54d04fd84f59c60c6ecdbd2502fbda5de735b4b;hp=7f56ae66309b0e96664ef465eee4db70228dbe9e;hpb=da0cc55643353ab15725194be64a3d8460fe48b1;p=libpicofe.git 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);