diff --git a/src/cocoa_platform.h b/src/cocoa_platform.h index 9c28cb67..d3d82b70 100644 --- a/src/cocoa_platform.h +++ b/src/cocoa_platform.h @@ -31,6 +31,10 @@ #include #include +// NOTE: All of NSGL was deprecated in the 10.14 SDK +// This disables the pointless warnings for every symbol we use +#define GL_SILENCE_DEPRECATION + #if defined(__OBJC__) #import #else