Remove more warnings from tests
commitbfd28bb9f83c34cd366ac63a72d1fc0bf2028060
authorMark Wielaard <mark@klomp.org>
Sun, 10 Oct 2021 15:13:43 +0000 (10 17:13 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 10 Oct 2021 15:19:34 +0000 (10 17:19 +0200)
treee54d10971413081b8606d2501f96ab44e522b742
parent7b1a2b1edd99f15e23be0d259498247367f1e457
Remove more warnings from tests

GCC12 catches various issues in tests at compile time that we want to
catch at runtime. Also glibc 2.34 deprecated various mallinfo related
functions. Add the relevant -Wno-foobar flags to those tests.  In one
case, unit_oset.c, the warning was correct and the uninitialized
variable was explicitly set.
dhat/tests/Makefile.am
massif/tests/Makefile.am
memcheck/tests/Makefile.am
memcheck/tests/unit_oset.c
memcheck/tests/x86-linux/Makefile.am
memcheck/tests/x86/Makefile.am