mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
2c61ad3428
* lib/glthread/thread.h (gl_thread_self_pointer): * tests/test-pthread-mutex.c, tests/test-pthread-once2.c: * tests/test-pthread-rwlock.c, tests/test-pthread-spin.c: * tests/test-pthread-tss.c: Be consistent about casting pthread_self to void *, by always casting via intptr_t first. This pacifies -Wuseless-cast on GNU/Linux.