From 88e205d488fe3c5d60eafba3dc68a8b519f4dfaa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Feb 2025 17:15:28 +0000 Subject: [PATCH] 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) \ -- 2.39.5