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>
Thu, 3 May 2018 08:16:32 +0000 (11:16 +0300)
commit12db6dad9f8a0d8e76f00fe88e135da012d08bc4
treea5b50516cc4357d892295f9107e429441b7a57c1
parent2b75998376e24e5ca3967bab2d109cb00e0eb2f5
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