]> granicus.if.org Git - gc/commit
Specify GC_pthread_join result is unused in threadkey_test
authorIvan Maidanski <ivmai@mail.ru>
Fri, 19 Oct 2012 04:11:43 +0000 (08:11 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Oct 2012 12:13:16 +0000 (16:13 +0400)
commit8445475ead3ed546b5ebabf00ce71d1b4fbef8db
treeabc1a7f8a470abc19703047ad30a1ee29e9a70f9
parentb128602a0465ae3066ad0b2b7321eceddc20e191
Specify GC_pthread_join result is unused in threadkey_test

* tests/threadkey_test.c (main): Explicitly cast result of
GC_pthread_join to void (to outline that the result is unused
intentionally).
tests/threadkey_test.c