Fix -Wextra-semi warnings

Closes #1440.

(cherry picked from commit 3a37a08998)
This commit is contained in:
Corentin Wallez
2019-09-15 08:57:34 -04:00
committed by Camilla Löwy
parent 8c69091c59
commit afcefcb5f7
6 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <IOKit/hid/IOHIDKeys.h>
#define _GLFW_PLATFORM_JOYSTICK_STATE _GLFWjoystickNS ns
#define _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE
#define _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE struct { int dummyJoystick; }
#define _GLFW_PLATFORM_MAPPING_NAME "Mac OS X"