* Fixed some warnings on the OS X build
This commit is contained in:
parent
9f55ae2dce
commit
3ff42330e5
4 changed files with 11 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue