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:
@@ -168,7 +168,7 @@ static void terminate_plugin_cb(GENERIC_DYNVC_PLUGIN* base)
|
||||
|
||||
static const IWTSVirtualChannelCallback ainput_functions = { ainput_on_data_received,
|
||||
NULL, /* Open */
|
||||
ainput_on_close };
|
||||
ainput_on_close, NULL };
|
||||
|
||||
/**
|
||||
* Function description
|
||||
|
||||
Reference in New Issue
Block a user