]> git.ipfire.org Git - pakfire.git/commitdiff
tests: Don't warn if an address always evaluates
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 17:15:28 +0000 (17:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 17:15:28 +0000 (17:15 +0000)
We have a couple of statically allocate strings that will trigger some
checks in the macros which is annoying.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 5e16d9566f8675310f0843ca15140ac304ea7976..9da7e41ec095f805eeba942f13d1885ab2f58727 100644 (file)
@@ -1214,7 +1214,8 @@ TESTSUITE_CPPFLAGS = \
 
 TESTSUITE_CFLAGS = \
        $(AM_CFLAGS) \
-       $(COVERAGE_CFLAGS)
+       $(COVERAGE_CFLAGS) \
+       -Wno-address
 
 TESTSUITE_LDFLAGS = \
        $(AM_LDFLAGS) \