mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-21 19:42:45 -06:00
sys: static analysis fixes
This commit is contained in:
@@ -40,7 +40,7 @@ NTSTATUS FspDeviceControl(
|
||||
FSP_RETURN(Result = STATUS_INVALID_DEVICE_REQUEST);
|
||||
}
|
||||
|
||||
FSP_LEAVE_MJ("", 0);
|
||||
FSP_LEAVE_MJ("%s", "");
|
||||
}
|
||||
|
||||
VOID FspDeviceControlComplete(
|
||||
@@ -48,5 +48,5 @@ VOID FspDeviceControlComplete(
|
||||
{
|
||||
FSP_ENTER_IOC(PAGED_CODE());
|
||||
|
||||
FSP_LEAVE_IOC("", 0);
|
||||
FSP_LEAVE_IOC("%s", "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user