From: Michael Tremer Date: Mon, 10 Feb 2025 17:15:28 +0000 (+0000) Subject: tests: Don't warn if an address always evaluates X-Git-Tag: 0.9.30~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88e205d488fe3c5d60eafba3dc68a8b519f4dfaa;p=pakfire.git tests: Don't warn if an address always evaluates We have a couple of statically allocate strings that will trigger some checks in the macros which is annoying. Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 5e16d956..9da7e41e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1214,7 +1214,8 @@ TESTSUITE_CPPFLAGS = \ TESTSUITE_CFLAGS = \ $(AM_CFLAGS) \ - $(COVERAGE_CFLAGS) + $(COVERAGE_CFLAGS) \ + -Wno-address TESTSUITE_LDFLAGS = \ $(AM_LDFLAGS) \