mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Fixed compiler warning
This commit is contained in:
parent
1a2cd9be5c
commit
9816457898
|
|
@ -288,7 +288,7 @@ Cocoa_GL_SetSwapInterval(_THIS, int interval)
|
|||
{
|
||||
NSAutoreleasePool *pool;
|
||||
NSOpenGLContext *nscontext;
|
||||
long value;
|
||||
GLint value;
|
||||
int status;
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
|
@ -312,7 +312,7 @@ Cocoa_GL_GetSwapInterval(_THIS)
|
|||
{
|
||||
NSAutoreleasePool *pool;
|
||||
NSOpenGLContext *nscontext;
|
||||
long value;
|
||||
GLint value;
|
||||
int status;
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user