Workaround 'label handle_thr_start is not used' cppcheck style warning
authorIvan Maidanski <ivmai@mail.ru>
Thu, 3 Oct 2019 07:17:37 +0000 (10:17 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 3 Oct 2019 07:17:37 +0000 (10:17 +0300)
commit14deadaddbf84caf4e9a31eb9dfeb3c03e95a599
tree90e8a49af88ded601b422abe212d985b4b9de3a8
parent31637cfd88dfc6554e606f86bab76feb752fac91
Workaround 'label handle_thr_start is not used' cppcheck style warning
(fix of commit 03109f287)

* mark.c [WRAP_MARK_SOME && GC_WIN32_THREADS && !GC_PTHREADS]
(GC_mark_some): Define handle_thr_start label only if MSWIN32 or
MSWINCE is defined.
mark.c