summaryrefslogtreecommitdiff
path: root/test cases/cuda/5 threads/main.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/cuda/5 threads/main.cu')
-rw-r--r--test cases/cuda/5 threads/main.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/cuda/5 threads/main.cu b/test cases/cuda/5 threads/main.cu
index d251167b3..12359140e 100644
--- a/test cases/cuda/5 threads/main.cu
+++ b/test cases/cuda/5 threads/main.cu
@@ -3,7 +3,7 @@
#include "shared/kernels.h"
-int main(int argc, char **argv) {
+int main(void) {
int cuda_devices = 0;
cudaGetDeviceCount(&cuda_devices);
if(cuda_devices == 0) {