diff --git a/timing/timing.c b/timing/timing.c
index 3cd1ddb291693c1b964ab4f481f5128e3be02383..5d5f67f684de82ab47d1ffb813d72718c0408820 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -181,13 +181,12 @@ Test(int64_t n, int *iparam) {
 
         gflops = flops / t[iter];
 
-
-        double upper_gflops = 0.0;
-        double tmin = 0.0;
-        double integer_tmin = 0.0;
 #if defined (CHAMELEON_SCHED_STARPU)
         if (iparam[IPARAM_BOUND])
         {
+            double upper_gflops = 0.0;
+            double tmin = 0.0;
+            double integer_tmin = 0.0;
 #if 0
             if (iparam[IPARAM_BOUNDDEPS]) {
                 FILE *out = fopen("bounddeps.pl", "w");