Simon Archipoff 12 anni fa
parent
commit
d1bf961cc4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/sched_policies/bitmap.c

+ 1 - 1
src/sched_policies/bitmap.c

@@ -17,7 +17,7 @@ struct _starpu_bitmap{
 };
 
 #ifndef STARPU_NO_ASSERT
-static int check_bitmap(struct _starpu_bitmap *b)
+static int check_bitmap(struct _starpu_bitmap *b);
 #endif