mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fixed clang build warnings
This commit is contained in:
@@ -329,7 +329,7 @@ static void mappedGeometryUnref_void(void* arg)
|
||||
|
||||
static const IWTSVirtualChannelCallback geometry_callbacks = { geometry_on_data_received,
|
||||
NULL, /* Open */
|
||||
geometry_on_close };
|
||||
geometry_on_close, NULL };
|
||||
|
||||
static UINT init_plugin_cb(GENERIC_DYNVC_PLUGIN* base, rdpContext* rcontext, rdpSettings* settings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user