summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index a60c3960f..19948e0e4 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -724,7 +724,7 @@ one_method (int n, speed_function_t *functions,
TMP_DECL;
TMP_MARK;
- t = TMP_ALLOC (n * sizeof (*t));
+ t = (double*) TMP_ALLOC (n * sizeof (*t));
for (i = 0; i < n; i++)
{