瀏覽代碼

fix compile...

Simon Archipoff 12 年之前
父節點
當前提交
d1bf961cc4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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