Fixed compiler warning
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402760
This commit is contained in:
parent
1725937a2c
commit
4409fa47e1
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ Cocoa_GL_SetSwapInterval(_THIS, int interval)
|
||||||
{
|
{
|
||||||
NSAutoreleasePool *pool;
|
NSAutoreleasePool *pool;
|
||||||
NSOpenGLContext *nscontext;
|
NSOpenGLContext *nscontext;
|
||||||
long value;
|
GLint value;
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
pool = [[NSAutoreleasePool alloc] init];
|
pool = [[NSAutoreleasePool alloc] init];
|
||||||
|
@ -312,7 +312,7 @@ Cocoa_GL_GetSwapInterval(_THIS)
|
||||||
{
|
{
|
||||||
NSAutoreleasePool *pool;
|
NSAutoreleasePool *pool;
|
||||||
NSOpenGLContext *nscontext;
|
NSOpenGLContext *nscontext;
|
||||||
long value;
|
GLint value;
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
pool = [[NSAutoreleasePool alloc] init];
|
pool = [[NSAutoreleasePool alloc] init];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue