Browse Source

fix warning

Samuel Thibault 12 years ago
parent
commit
ef9881a564
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datawizard/interfaces/void_interface.c

+ 1 - 1
src/datawizard/interfaces/void_interface.c

@@ -111,7 +111,7 @@ static int dummy_copy(void *src_interface STARPU_ATTRIBUTE_UNUSED,
 			unsigned src_node STARPU_ATTRIBUTE_UNUSED,
 			void *dst_interface STARPU_ATTRIBUTE_UNUSED,
 			unsigned dst_node STARPU_ATTRIBUTE_UNUSED,
-			void *async_data)
+			void *async_data STARPU_ATTRIBUTE_UNUSED)
 {
 	return 0;
 }