mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-12-27 07:21:07 +01:00
fix for checkCudaErrors
This commit is contained in:
@@ -441,7 +441,7 @@ s_CudaErrorStr sCudaDrvErrorString[] =
|
||||
|
||||
// This is just a linear search through the array, since the error_id's are not
|
||||
// always ocurring consecutively
|
||||
inline const char *getCudaDrvErrorString(CUresult error_id)
|
||||
static inline const char *getCudaDrvErrorString(CUresult error_id)
|
||||
{
|
||||
int index = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user