From fbd4fe2f3be7345d4e37fe02ce25b4a3a9f24a2f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 15 Sep 2011 22:15:58 +0200 Subject: [PATCH] let this code compile without warning --- src/surf/cpu_ti.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/surf/cpu_ti.c b/src/surf/cpu_ti.c index 13ccde8b54..30a42b0787 100644 --- a/src/surf/cpu_ti.c +++ b/src/surf/cpu_ti.c @@ -1103,10 +1103,11 @@ static double surf_cpu_ti_solve_trace_simple(surf_cpu_ti_trace_t trace, static int surf_cpu_ti_binary_search(double *array, double a, int low, int high) { - xbt_assert(low