]> granicus.if.org Git - gc/commit
Eliminate 'unused value' compiler warning in GC_stop_world (Pthreads)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 12 Sep 2012 05:46:41 +0000 (09:46 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 12 Sep 2012 05:46:41 +0000 (09:46 +0400)
commitcd7027e6bea0e9d1894d9d79d64a838069bf3e26
tree10465885b578e302c5163aa135441b6ecd110b05
parent3f5951f63fea36032b1fb65f5211ffaf4d03e74e
Eliminate 'unused value' compiler warning in GC_stop_world (Pthreads)

* pthread_stop_world.c (GC_stop_world): Eliminate
"assigned value never used" compiler warning for "code" local variable
in conditional statement checking sem_wait result.
pthread_stop_world.c