소스 검색

make FIXME more prominent

Samuel Thibault 14 년 전
부모
커밋
aab698617d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/dependencies/cg.c

+ 1 - 1
src/core/dependencies/cg.c

@@ -109,7 +109,7 @@ void _starpu_notify_cg(starpu_cg_t *cg)
 	
 				tag_successors->ndeps_completed++;
 
-				/* FIXME: who locks this? */
+#warning FIXME: who locks this?
 				if ((tag->state == STARPU_BLOCKED) &&
 					(tag_successors->ndeps == tag_successors->ndeps_completed)) {
 					/* reset the counter so that we can reuse the completion group */