mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 15:21:43 +00:00
Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang.
This commit is contained in:
@@ -163,6 +163,7 @@ struct SDL_SysWMmsg
|
||||
#if defined(SDL_VIDEO_DRIVER_UIKIT)
|
||||
struct
|
||||
{
|
||||
int dummy;
|
||||
/* No UIKit window events yet */
|
||||
} uikit;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user