X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgl.h;h=d558706cb1e000858b6e9006e83200679b25c308;hb=51c775a5df70fe5a538c3e4bcccd3ab857ba5b59;hp=f7cba6b7aeaa098ff9ff6811c63cff6fa583ef4a;hpb=34a4efa81946066d32c1374318dcc0b74ae486a9;p=libs%2Fgl.git diff --git a/source/gl.h b/source/gl.h index f7cba6b7..d558706c 100644 --- a/source/gl.h +++ b/source/gl.h @@ -2,10 +2,13 @@ #define MSP_GL_GL_H_ #ifdef __APPLE__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wkeyword-macro" #define extern extern __attribute__((weak_import)) #include #include #undef extern +#pragma clang diagnostic pop #elif defined(__ANDROID__) #include #include