summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-04-05 17:17:38 +0000
committerMorgan Deters <mdeters@gmail.com>2010-04-05 17:17:38 +0000
commit802f822594a1f2f7e742b9f33d23e78cca0f6863 (patch)
tree404af34fab05b941f0cb498ecf1c67b8d6340ee2 /src/include
parent7ad68dee25a36dc5950adaec32948d0157cb673c (diff)
fix most of the warnings in the parser by (1) quieting unused-function and unused-variable warnings in the generated code, which aren't useful, and (2) not #including our autoheader stuff in the parser, which was conflicting with antlr3's
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cvc4parser_private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/cvc4parser_private.h b/src/include/cvc4parser_private.h
index 6704daca2..5960b5c61 100644
--- a/src/include/cvc4parser_private.h
+++ b/src/include/cvc4parser_private.h
@@ -22,6 +22,9 @@
#endif /* ! (__BUILDING_CVC4PARSERLIB || __BUILDING_CVC4PARSERLIB_UNIT_TEST) */
#include "cvc4parser_public.h"
-#include "cvc4autoconfig.h"
+// It would be nice to #include this here, but there are conflicts with
+// antlr3's autoheader stuff, which they export :(
+//
+// #include "cvc4autoconfig.h"
#endif /* __CVC4PARSER_PRIVATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback