From 8d5e57f409bb6a342688a0e6a34c78d54186aedd Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 29 Nov 2018 22:21:43 +0000 Subject: [PATCH] Makefile.am: enable RE2C warnings (-W option). --- re2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 4e4eb479..de184738 100644 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -1,7 +1,7 @@ # flags # do *not* add CXXFLAGS here, add them in configure.ac AM_CXXFLAGS = $(CXXFLAGSDEFAULT) -RE2CFLAGS = -b +RE2CFLAGS = -b -W # binary bin_PROGRAMS = re2c -- 2.40.0