From a71747503986f1a78482927faffdaf346f42421e Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 27 Mar 2009 03:34:07 -0400 Subject: [PATCH] Removed -pedantic, since new g++-4.3 compiler complains about long long --- configure-barry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-barry.sh b/configure-barry.sh index f1c412af..483e543d 100755 --- a/configure-barry.sh +++ b/configure-barry.sh @@ -3,7 +3,7 @@ CHOICE="system" #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g -pg" -export CXXFLAGS="-Wall -Werror -pedantic -O0 -g" +export CXXFLAGS="-Wall -Werror -O0 -g" #export CXX="g++-3.3" #export CXX="g++-3.4" #export CXX="g++-4.1" -- 2.11.4.GIT