From 22685d657c483ab53c645bb9228bd5d4dd708cf5 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 15 Jun 2010 22:05:46 +0000 Subject: fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas) --- src/smt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smt') diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am index 21140e86d..72dd8f3df 100644 --- a/src/smt/Makefile.am +++ b/src/smt/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = \ -D__BUILDING_CVC4LIB \ -I@srcdir@/../include -I@srcdir@/.. -AM_CXXFLAGS = -Wall -wunknown-pragmas $(FLAG_VISIBILITY_HIDDEN) +AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN) noinst_LTLIBRARIES = libsmt.la -- cgit v1.2.3