]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Silence a few warnings issued by GCC 5.1 claiming that 'res' is
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Aug 2015 19:35:49 +0000 (19:35 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Aug 2015 19:35:49 +0000 (19:35 +0000)
commit6e1a7a11a0746647c3746983ee5e3a2b55f05f9f
tree69b5d621b0783ac9fe5b43ccf05d8547dae055fa
parent56e0f1ed288060ec90640ebf39353460c4f41d61
Silence a few warnings issued by GCC 5.1 claiming that 'res' is
uninitialised. Perhaps an incorrect clobber or a compiler bug?
Anyhow, initialising the variable will do the trick.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15471
memcheck/tests/x86/fprem.c