]> granicus.if.org Git - gc/commit
Workaround 'opposite expression on both sides of &' cppcheck style warning
authorIvan Maidanski <ivmai@mail.ru>
Thu, 3 May 2018 08:16:32 +0000 (11:16 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 6 Jul 2018 12:32:15 +0000 (15:32 +0300)
commitd6130cdff23ce4f0ba0b278046a2a2a7beb5cb74
treefcf268f32446a84624dab146e6f509a2d7deaf1c
parentc09fa70237dad0c4ce1998e9aafa5ec917e9191d
Workaround 'opposite expression on both sides of &' cppcheck style warning

* mallocx.c (GC_posix_memalign): Replace (align-1)&align with
align_minus_one&align where align_minus_one local variable is set to
align-1.
mallocx.c