1
0
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:
Bill Zissimopoulos
2015-11-28 00:01:39 -08:00
parent 97c98ac265
commit d7e9a25d37
14 changed files with 70 additions and 80 deletions

View File

@@ -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", "");
}