]> granicus.if.org Git - gc/commit
Fix 'statement unreachable' compiler warning in memalign
authorIvan Maidanski <ivmai@mail.ru>
Tue, 1 Mar 2016 21:11:22 +0000 (00:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Mar 2016 21:07:25 +0000 (00:07 +0300)
commit7ef92c41b4b107a6ec71141a1491742f7eae3541
tree172325905c65034b9b482240e88ea9505d767e23
parent44abc55d65a8b0e39dd931060b1c67a2bbe6b678
Fix 'statement unreachable' compiler warning in memalign

* mallocx.c (GC_memalign): Do not handle case of
offset >= VALID_OFFSET_SZ; add assertion for offset; add static
assertion for VALID_OFFSET_SZ value.
mallocx.c