Eliminate 'hash_val value is never used' cppcheck false positive
authorIvan Maidanski <ivmai@mail.ru>
Wed, 19 Dec 2018 19:11:42 +0000 (22:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 19 Dec 2018 19:11:42 +0000 (22:11 +0300)
commit33a4621f4790362a994cf4bcea09758e06fbb1ac
tree46b7ae1c4ec762a7ec6f6e3848af59fe83c309a1
parent6598586ee3bc6a1e71ca1ae48c84ded485ca57da
Eliminate 'hash_val value is never used' cppcheck false positive

* specific.c [USE_CUSTOM_SPECIFIC] (GC_setspecific): Change type of
hash_val local variable from int to unsigned.
* specific.c [USE_CUSTOM_SPECIFIC] (GC_slow_getspecific): Remove
hash_val local variable.
specific.c