소스 검색

Fix warning

Samuel Thibault 4 년 전
부모
커밋
917494cc23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -631,7 +631,7 @@ struct _starpu_data_request *_starpu_create_request_to_fetch_data(starpu_data_ha
 
 		/* Try to reuse a request if possible */
 #ifdef STARPU_DEVEL
-#warning We do not actually want to reuse an existing request when our request is for a task with low priority, that will get executed much later. We don't want to wire down the data in between, at worse that could hog the complete gpu memory...
+#warning We do not actually want to reuse an existing request when our request is for a task with low priority, that will get executed much later. We don t want to wire down the data in between, at worse that could hog the complete gpu memory...
 #endif
 		r = _starpu_search_existing_data_request(hop_dst_replicate,
 				(mode & STARPU_R)?hop_src_node:hop_dst_node,