mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 18:21:42 +00:00
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…
x
Reference in New Issue
Block a user