We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7812a commit 271665dCopy full SHA for 271665d
glfw/cocoa_monitor.m
@@ -27,6 +27,7 @@
27
// It is fine to use C99 in this file because it will not be built with VS
28
//========================================================================
29
30
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
31
#include "internal.h"
32
33
#include <stdlib.h>
glfw/cocoa_window.m
@@ -26,6 +26,7 @@
26
#include "../kitty/monotonic.h"
#include "glfw3.h"
0 commit comments