From e1955c0e335c68da7f51472dddbeaae8045177aa Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 14 Apr 2022 22:50:38 +0200 Subject: [PATCH] [Meson] remove bison counter-example argument. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7dec4b8f..f83868ac 100644 --- a/meson.build +++ b/meson.build @@ -136,7 +136,7 @@ flex = generator(find_program('flex'), ) bison = generator(find_program('bison'), output: [ '@BASENAME@.c', '@BASENAME@.h' ], - arguments: [ '-Wcounterexamples', '--report=all', '--report-file=bison.log', '-Wall', '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ] + arguments: [ '--report=all', '--report-file=bison.log', '-Wall', '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ] ) rofi_sources = files(