Simon Archipoff před 12 roky
rodič
revize
d1bf961cc4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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