]> git.ipfire.org Git - thirdparty/valgrind.git/commit
As pointed out by GCC 5.1 macro arguments ought to be paranthesized
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Aug 2015 19:31:14 +0000 (19:31 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Aug 2015 19:31:14 +0000 (19:31 +0000)
commit56e0f1ed288060ec90640ebf39353460c4f41d61
tree102212637cf450bbe543b8bed09bbdd7e017859a
parent9ac18328146275eadd43cf237a81a6e65506ba0b
As pointed out by GCC 5.1 macro arguments ought to be paranthesized
when referenced. Previously CHECK(a && b) would expand to !a && b
which clearly was not the intention.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15470
memcheck/tests/unit_libcbase.c