Skip to content

Commit

Permalink
tests: stop complain about extra args when compiling checks
Browse files Browse the repository at this point in the history
This is expected. See: libcheck/check#320
  • Loading branch information
vincentbernat committed Nov 13, 2021
1 parent 73d4268 commit 3a66eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3a66eef

Please sign in to comment.