fix very noisy compile warning on other platforms

- fix compile warning generating a ton of spew
Esse commit está contido em:
Sean Cannella
2013-06-27 10:17:34 -07:00
commit de Sara Golemon
commit b1cc655364
+1 -1
Ver Arquivo
@@ -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