mirror of
https://github.com/libretro/glslang.git
synced 2024-12-13 19:23:20 +00:00
Merge pull request #282 from baldurk/android-warning-fix
Build: Minor android compile warning fix
This commit is contained in:
commit
b9e97430d2
@ -69,7 +69,7 @@ static void DetachThreadLinux(void *)
|
||||
void OS_CleanupThreadData(void)
|
||||
{
|
||||
#ifdef __ANDROID__
|
||||
DetachThread();
|
||||
DetachThreadLinux(NULL);
|
||||
#else
|
||||
int old_cancel_state, old_cancel_type;
|
||||
void *cleanupArg = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user