From: Aki Tuomi Date: Thu, 6 Feb 2025 07:13:41 +0000 (+0200) Subject: lib-var-expand: Drop -Wcounterexamples from bison X-Git-Tag: 2.4.1~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ac945ef1204f62d4dc1c3271d2ed4c617e74edf;p=thirdparty%2Fdovecot%2Fcore.git lib-var-expand: Drop -Wcounterexamples from bison It's not needed. Forgotten in 2b8d353de6ee61793a411cc1729cf9cff857ce34 --- diff --git a/src/lib-var-expand/Makefile.am b/src/lib-var-expand/Makefile.am index 08da4c9aac..40123eaafd 100644 --- a/src/lib-var-expand/Makefile.am +++ b/src/lib-var-expand/Makefile.am @@ -14,7 +14,7 @@ YACC=/bin/false $(AM_V_GEN)$(FLEX) -o $@ $< .y.c: - $(AM_V_GEN)$(BISON) -Wcounterexamples -o $@ $< + $(AM_V_GEN)$(BISON) -o $@ $< AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \