summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5dc12135..9c246b8f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -358,7 +358,8 @@ AM_LFLAGS = -o $(LEX_OUTPUT_ROOT).c
WARNFLAGS = -Wall -Wextra -Wfloat-equal -Wno-endif-labels -Wcast-qual \
-Wcast-align -Wwrite-strings -Wconversion -Wconversion \
-Wshorten-64-to-32 -Wsign-compare -Wmissing-field-initializers \
- -pedantic-errors
+ -pedantic-errors -Weffc++ -Wstrict-null-sentinel \
+ -Wold-style-cast -Woverloaded-virtual -Wsign-promo
libledger_la_CPPFLAGS = -I$(top_builddir)/gdtoa -I$(srcdir)/gdtoa \
-I$(srcdir)/src $(am__append_2) $(am__append_4) \
$(am__append_6) $(am__append_8) $(am__append_9)