Browse Source

tests/datawizard/interfaces/test_interfaces.c: fix call to argument-less function

Nathalie Furmento 13 years ago
parent
commit
34e05979c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 1
tests/datawizard/interfaces/test_interfaces.c

@@ -488,7 +488,7 @@ run_cuda(int async)
 		return;
 
 #ifdef HAVE_CUDA_MEMCPY_PEER
-	if (starpu_cuda_worker_get_count(void) >= 2)
+	if (starpu_cuda_worker_get_count() >= 2)
 	{
 		err = cuda_to_cuda();
 		set_field(&summary, async, CUDA_TO_CUDA, err);