1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-01-03 01:40:27 -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 FspDirectoryControl(
FSP_RETURN(Result = STATUS_INVALID_DEVICE_REQUEST);
}
FSP_LEAVE_MJ("", 0);
FSP_LEAVE_MJ("%s", "");
}
VOID FspDirectoryControlComplete(
@@ -48,5 +48,5 @@ VOID FspDirectoryControlComplete(
{
FSP_ENTER_IOC(PAGED_CODE());
FSP_LEAVE_IOC("", 0);
FSP_LEAVE_IOC("%s", "");
}