]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 358697 - valgrind.h: Some code remains even when defining NVALGRIND.
authorJulian Seward <jseward@acm.org>
Thu, 30 Mar 2017 12:14:23 +0000 (12:14 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 30 Mar 2017 12:14:23 +0000 (12:14 +0000)
commitd52a222f8bc6b707abd87e9c3fadbe720a735065
tree53a32198954f509e2e980295bdb7cf7dd7a71d16
parent76e451c60df4734cb07df7a01fc732dac5d60df8
Bug 358697 - valgrind.h: Some code remains even when defining NVALGRIND.
Patch from Matthias Schwarzott (zzam@gentoo.org).  The patch removes
a volatile memory read which was only there to stop compilers warning
about |format| being unused.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16290
include/valgrind.h
none/tests/Makefile.am
none/tests/vgprintf_nvalgrind.stderr.exp [new file with mode: 0644]
none/tests/vgprintf_nvalgrind.vgtest [new file with mode: 0644]