From 48b46a23b183fc576f7e999a166d1e130233032c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:20:49 +0000 Subject: Disabled compiler warnings from icc. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.2.3