Avoid a warning

This commit is contained in:
Pierre Pronchery 2016-09-10 04:25:06 +02:00
parent d55626b549
commit f4c05ad1f9

View File

@ -308,6 +308,8 @@ static void _sdl_destroy(GServerVideoPlugin * plugin)
/* sdl_call0 */
static void _sdl_call0(GServerVideoPlugin * plugin, GServerVideoCall0 func)
{
(void) plugin;
if(func == GSERVER_VIDEO_CALL0_SwapBuffers)
{
SDL_GL_SwapBuffers();