Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
34e05979c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);