# HG changeset patch # User Shinji KONO # Date 1487078417 -32400 # Node ID 6fcbbe644b92ab0c482fa234bdcf6ac4c27ea38e # Parent 782f4c560de44246581419afd485d18bcf8b1bf7 no compile errors diff -r 782f4c560de4 -r 6fcbbe644b92 src/parallel_execution/helper_cuda.h --- 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) {