diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:20:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:42 -0400 |
commit | 48b46a23b183fc576f7e999a166d1e130233032c (patch) | |
tree | 5d3b645149d473a2638431450e73efcc0905e921 /Makefile.in | |
parent | 8e20c378d6ee6eb36f8c6866f8c9ec52f8600c58 (diff) | |
download | fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.gz fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.bz2 fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.zip |
Disabled compiler warnings from icc.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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) |