Mac: Fix build with clang from Xcode 6.

This commit is contained in:
Jørgen P. Tjernø 2014-09-30 11:20:50 -07:00
parent 21af0c2d68
commit 74e2ea85ee

View file

@ -152,6 +152,10 @@ struct SDL_SysWMmsg
#if defined(SDL_VIDEO_DRIVER_COCOA)
struct
{
/* Latest version of Xcode clang complains about empty structs in C v. C++:
error: empty struct has size 0 in C, size 1 in C++
*/
int dummy;
/* No Cocoa window events yet */
} cocoa;
#endif