mirror of https://github.com/FreeRDP/FreeRDP
[primitives,opencl] fix warnings
This commit is contained in:
parent
4f3e3cf103
commit
e8194a8fa3
|
@ -155,7 +155,7 @@ error_objs:
|
|||
return -1;
|
||||
}
|
||||
|
||||
static primitives_opencl_context openclContext;
|
||||
static primitives_opencl_context openclContext = { 0 };
|
||||
|
||||
static primitives_opencl_context* primitives_get_opencl_context(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue