mirror of https://github.com/encounter/SDL.git
SDL_x11modes: fix -Wunused-variable
This commit is contained in:
parent
01498d3acf
commit
eb8eb621b1
|
@ -833,6 +833,8 @@ freeInfo:
|
|||
return SDL_SetError("X11_XRRSetCrtcConfig failed");
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void)data;
|
||||
#endif /* SDL_VIDEO_DRIVER_X11_XRANDR */
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue