]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: mute 'uninitialized' value compiler warning
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 17 Aug 2017 17:10:25 +0000 (19:10 +0200)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 17 Aug 2017 17:13:47 +0000 (19:13 +0200)
commit9f3c890a9c161ab5bae9704d78c0e94b6cf2b9d6
tree3324d9fa4e2a2862b089fccc8a2befaa6345231b
parent9608f6681ddf5c66a437114fc7e0e8f3236f68ef
mips: mute 'uninitialized' value compiler warning

fadvise64.c deliberately uses uninitialized value.
This patch removes the following warning:

warning: 'x' is used uninitialized in this function
memcheck/tests/mips32/Makefile.am
memcheck/tests/mips64/Makefile.am