notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d23d0
)
dodge a warning
author
Grazvydas Ignotas
<notasas@gmail.com>
Mon, 24 Jun 2013 18:08:54 +0000
(21:08 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Mon, 24 Jun 2013 22:32:48 +0000
(
01:32
+0300)
plat_sdl.c
patch
|
blob
|
blame
|
history
diff --git
a/plat_sdl.c
b/plat_sdl.c
index
7f56ae6
..
cae6340
100644
(file)
--- 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);