Fix warnings reported by clang
This commit is contained in:
@@ -54,10 +54,10 @@ class JSemaphore {
|
||||
HANDLE m_hSemaphore;
|
||||
#elif __MACH__
|
||||
semaphore_t m_semaphore;
|
||||
int semcount;
|
||||
#else
|
||||
sem_t m_semaphore;
|
||||
#endif
|
||||
int semcount;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user