fix very noisy compile warning on other platforms
- fix compile warning generating a ton of spew
Esse commit está contido em:
+1
-1
@@ -201,7 +201,7 @@ class ReadWriteMutex {
|
||||
* implementation tends to do crazy things when a rwlock is double-wlocked,
|
||||
* so check and assert early in debug builds.
|
||||
*/
|
||||
static const pthread_t InvalidThread = (pthread_t)0;
|
||||
static constexpr pthread_t InvalidThread = (pthread_t)0;
|
||||
pthread_t m_writeOwner;
|
||||
Rank m_rank;
|
||||
#endif
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário