]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-var-expand: Drop -Wcounterexamples from bison
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 6 Feb 2025 07:13:41 +0000 (09:13 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:16 +0000 (12:34 +0200)
It's not needed. Forgotten in 2b8d353de6ee61793a411cc1729cf9cff857ce34

src/lib-var-expand/Makefile.am

index 08da4c9aac2aae13078575067e0318cd25c2d8a3..40123eaafd7ab28ef2b389adc1af80dea7b94da7 100644 (file)
@@ -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 \