Cocoa: Fix Xcode Warnings

Closes #1132.
This commit is contained in:
Stephen Gowen
2017-11-16 14:10:51 -05:00
committed by Camilla Löwy
parent 9c513346ad
commit bb13275b72
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#define OSMESA_CONTEXT_MINOR_VERSION 0x37
typedef void* OSMesaContext;
typedef void (*OSMESAproc)();
typedef void (*OSMESAproc)(void);
typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextExt)(GLenum,GLint,GLint,GLint,OSMesaContext);
typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextAttribs)(const int*,OSMesaContext);