summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-06-15 21:46:56 +0000
committerMorgan Deters <mdeters@gmail.com>2010-06-15 21:46:56 +0000
commitc717cdb19de5b5791d8819fcffb9ea5b9345e171 (patch)
treecf80a542c4723c33910d9c043043be9c69f4f3e4 /src/Makefile.am
parente9339ddd445c657fb6ebdd074cdb6091a80825bf (diff)
remove warnings about unknown #pragma GCC diagnostic on older compilers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb529dcde..98b05e23c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ LIBCVC4_VERSION = @CVC4_LIBRARY_VERSION@
AM_CPPFLAGS =
-D__BUILDING_CVC4LIB \
-I@srcdir@/include -I@srcdir@
-AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)
+AM_CXXFLAGS = -Wall -wunknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
SUBDIRS = expr util context theory prop smt . parser main
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback