fixed some compiler warnings

This commit is contained in:
jojo61
2018-10-14 13:05:22 +02:00
parent a32b42c68d
commit 5f5facba9d
3 changed files with 44 additions and 33 deletions

View File

@@ -22,13 +22,13 @@
typedef struct
{
char const *error_string;
int error_id;
unsigned int error_id;
} s_CudaErrorStr;
/**
* Error codes
*/
static s_CudaErrorStr sCudaDrvErrorString[] =
s_CudaErrorStr sCudaDrvErrorString[] =
{
/**
* The API call returned with no errors. In the case of query calls, this