summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-10 17:28:05 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-10 17:28:05 +0000
commita622e09b42814eaf60aa3a510c83c142f09c4198 (patch)
tree9c545d6df6151432fc2dc0c593758fd05b91c866 /tests/tpow_all.c
parentf8a68b5b953bfa0aa474fd743e55d0ef3c4abc44 (diff)
downloadmpfr-a622e09b42814eaf60aa3a510c83c142f09c4198.tar.gz
avoid several compiler warnings with g++
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7195 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow_all.c')
-rw-r--r--tests/tpow_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpow_all.c b/tests/tpow_all.c
index 8a7d7567b..f538bc3ca 100644
--- a/tests/tpow_all.c
+++ b/tests/tpow_all.c
@@ -43,7 +43,7 @@ static int all_cmpres_errors;
/* Non-zero when extended exponent range */
static int ext = 0;
-static char *val[] =
+static const char *val[] =
{ "min", "min+", "max", "@NaN@", "-@Inf@", "-4", "-3", "-2", "-1.5",
"-1", "-0.5", "-0", "0", "0.5", "1", "1.5", "2", "3", "4", "@Inf@" };