Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a warning when SDL_syswm.h is included in code compiled for iOS…
… with clang.
  • Loading branch information
slime73 committed May 5, 2015
1 parent d1372bb commit 6c20b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_syswm.h
Expand Up @@ -163,6 +163,7 @@ struct SDL_SysWMmsg
#if defined(SDL_VIDEO_DRIVER_UIKIT)
struct
{
int dummy;
/* No UIKit window events yet */
} uikit;
#endif
Expand Down

0 comments on commit 6c20b68

Please sign in to comment.