* Fixed some warnings on the OS X build

This commit is contained in:
Tim Angus 2005-10-26 19:32:15 +00:00
parent 9f55ae2dce
commit 3ff42330e5
4 changed files with 11 additions and 9 deletions

View file

@ -84,7 +84,7 @@ qboolean GLimp_SpawnRenderThread( void (*function)( void ) )
// The command buffer returned might be NULL, indicating that the rendering thread should exit.
void *GLimp_RendererSleep(void)
{
void *data;
volatile void *data;
GLSTAMP("GLimp_RendererSleep start", 0);