[warnings] fix -Wunused-function

* delete unused functions that are no longer required
* define guard functions only used while debugging
This commit is contained in:
akallabeth
2025-02-27 10:43:01 +01:00
parent dcebd0cb2b
commit d4f7fb081b
23 changed files with 96 additions and 562 deletions

View File

@@ -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,