summaryrefslogtreecommitdiff
path: root/src/parser/cvc
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-03 18:13:04 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-03 18:13:04 +0000
commit267d2b6d8addff9adafa3bd2574f54c741c7b0cd (patch)
tree1082fc440d24f05f650b2f0bc827fcf5ab08bac4 /src/parser/cvc
parent6a3527bd669e96a3aa2f8bbcaa0cf569232ae696 (diff)
Disable a warning to address bug 277. (This doesn't really resolve the issue, but the warning isn't dangerous here. See the bugzilla comments.)
Diffstat (limited to 'src/parser/cvc')
-rw-r--r--src/parser/cvc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/cvc/Makefile.am b/src/parser/cvc/Makefile.am
index f20406c20..b78335516 100644
--- a/src/parser/cvc/Makefile.am
+++ b/src/parser/cvc/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = \
-D__BUILDING_CVC4PARSERLIB \
-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../.. $(ANTLR_INCLUDES)
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN) -Wno-unused-function -Wno-unused-variable
+AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN) -Wno-unused-function -Wno-unused-variable -Wno-conversion-null
# Compile generated C files using C++ compiler
CC=$(CXX)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback