summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-09-20 14:45:32 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-09-20 14:45:32 +0000
commitd10329556c3b664495584896df408970b3869a59 (patch)
tree96f0814c3af7c2099128065b2f94acca4219f6bb /tests/tstrtofr.c
parentd6b32be3cf7fcc0c3ee0adffb41f77b787f44552 (diff)
downloadmpfr-d10329556c3b664495584896df408970b3869a59.tar.gz
Add ICC detection && support.
Remove some potential warnings in the test files. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2977 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tstrtofr.c')
-rw-r--r--tests/tstrtofr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index a3f8347ed..f3f14717e 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -27,10 +27,6 @@ MA 02111-1307, USA. */
#include "mpfr-test.h"
-int
-mpfr_strtofr (mpfr_t x, const char *string, char **end, unsigned int base,
- mp_rnd_t rnd);
-
static void check_reftable (void);
static void check_special (void);
static void check_retval (void);
@@ -225,7 +221,7 @@ int main()
}
#endif
-struct dymmy_test {
+static struct dymmy_test {
mp_prec_t prec;
int base;
const char *str;