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
+2 -2
View File
@@ -75,8 +75,8 @@ typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
#define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorWayland wl
#define _GLFW_PLATFORM_CURSOR_STATE _GLFWcursorWayland wl
#define _GLFW_PLATFORM_CONTEXT_STATE
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE
#define _GLFW_PLATFORM_CONTEXT_STATE struct { int dummyContext; }
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE struct { int dummyLibraryContext; }
struct wl_cursor_image {
uint32_t width;