From: Vincent Bernat Date: Sat, 13 Nov 2021 12:28:19 +0000 (+0100) Subject: tests: stop complain about extra args when compiling checks X-Git-Tag: 1.0.13~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a66eef6c0784d823e9cfbe79d96ef337d19d2b9;p=thirdparty%2Flldpd.git tests: stop complain about extra args when compiling checks This is expected. See: https://github.com/libcheck/check/pull/320 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index ab81425f..34c99fd0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \