changeset 311:6fcbbe644b92

no compile errors
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 14 Feb 2017 22:20:17 +0900
parents 782f4c560de4
children 7dd5a7d52a67
files src/parallel_execution/helper_cuda.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/helper_cuda.h	Tue Feb 14 22:02:39 2017 +0900
+++ b/src/parallel_execution/helper_cuda.h	Tue Feb 14 22:20:17 2017 +0900
@@ -290,7 +290,7 @@
 }
 #else
 // CUDA Driver API errors
-const char *_cudaGetErrorEnum(CUresult error)
+static const char *_cudaGetErrorEnum(CUresult error)
 {
     switch (error)
     {