]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: stop complain about extra args when compiling checks
authorVincent Bernat <vincent@bernat.ch>
Sat, 13 Nov 2021 12:28:19 +0000 (13:28 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 13 Nov 2021 12:29:40 +0000 (13:29 +0100)
This is expected. See: https://github.com/libcheck/check/pull/320

tests/Makefile.am

index ab81425f285bac3058056253a1642c0d9fabdfea..34c99fd0796bc2ccb74df3c5717f6b439735d8e1 100644 (file)
@@ -20,7 +20,7 @@ if HAVE_CHECK
 
 TESTS = check_marshal check_pattern check_bitmap check_fixedpoint \
        check_lldp check_cdp check_sonmp check_edp
-AM_CFLAGS += @check_CFLAGS@
+AM_CFLAGS += @check_CFLAGS@ -Wno-format-extra-args
 LDADD += @check_LIBS@
 
 check_marshal_SOURCES = check_marshal.c \