diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-10-10 17:28:05 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-10-10 17:28:05 +0000 |
commit | a622e09b42814eaf60aa3a510c83c142f09c4198 (patch) | |
tree | 9c545d6df6151432fc2dc0c593758fd05b91c866 /tests/tfrac.c | |
parent | f8a68b5b953bfa0aa474fd743e55d0ef3c4abc44 (diff) | |
download | mpfr-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/tfrac.c')
-rw-r--r-- | tests/tfrac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfrac.c b/tests/tfrac.c index 272021d4d..797c72ffd 100644 --- a/tests/tfrac.c +++ b/tests/tfrac.c @@ -179,7 +179,7 @@ bug20090918 (void) mp_limb_t y0; int inexy, inexz; int r, i; - char *s[] = { "61680.352935791015625", "61680.999999" }; + const char *s[] = { "61680.352935791015625", "61680.999999" }; mpfr_exp_t emin; emin = mpfr_get_emin (); |