mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fix -Wunused-function
* delete unused functions that are no longer required * define guard functions only used while debugging
This commit is contained in:
@@ -1615,6 +1615,10 @@ static UINT rdpdr_server_receive_device_io_request(RdpdrServerContext* context,
|
||||
case IRP_MJ_LOCK_CONTROL:
|
||||
return rdpdr_server_receive_io_lock_control_request(context, s, DeviceId, FileId,
|
||||
CompletionId);
|
||||
case IRP_MJ_SET_VOLUME_INFORMATION:
|
||||
return rdpdr_server_receive_io_set_volume_information_request(context, s, DeviceId,
|
||||
FileId, CompletionId);
|
||||
|
||||
default:
|
||||
WLog_Print(
|
||||
context->priv->log, WLOG_WARN,
|
||||
|
||||
Reference in New Issue
Block a user