mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
SDL_x11modes: fix -Wunused-variable
This commit is contained in:
parent
01498d3acf
commit
eb8eb621b1
1 changed files with 2 additions and 0 deletions
|
|
@ -833,6 +833,8 @@ freeInfo:
|
|||
return SDL_SetError("X11_XRRSetCrtcConfig failed");
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void)data;
|
||||
#endif /* SDL_VIDEO_DRIVER_X11_XRANDR */
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue