summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-11-12 11:38:42 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-11-12 11:38:42 +0000
commit2e8a4b0924af2e81db5e47d0a0b1a17bc2dbb73c (patch)
treef3a35efdc767030ce5d119bd1b887c3ffc2781ef /tools
parent932197a1acf17841bcb22905e28d862e45839bfc (diff)
downloadmpfr-2e8a4b0924af2e81db5e47d0a0b1a17bc2dbb73c.tar.gz
[tools/nightly-test] Added a comment about the use of -pedantic-errors.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7263 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools')
-rwxr-xr-xtools/nightly-test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/nightly-test b/tools/nightly-test
index fc011a1ab..3735c162f 100755
--- a/tools/nightly-test
+++ b/tools/nightly-test
@@ -18,6 +18,10 @@ cd "$DIR"
autoreconf -i
# -Wmissing-prototypes is not valid for C++
# add -Wno-sign-conversion because of a bug in g++
+# -pedantic-errors (instead of just -pedantic) below allows us to
+# deactivate the support of C99 features in the configure (as they
+# will give an error) and to test that MPFR can be built with a
+# C90-only compiler.
if [ "$CC" == "g++" ]; then
./configure --with-gmp="$GMP" --enable-assert=full \
--disable-shared --enable-thread-safe --enable-tests-timeout=60 \