mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[RTL]
Fix another warning svn path=/trunk/; revision=59155
This commit is contained in:
parent
a6ced69e11
commit
ca40cc0835
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ RtlCreateBootStatusDataFile(VOID)
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
AllocationSize.QuadPart = 0x800;
|
AllocationSize.QuadPart = 0x800;
|
||||||
|
DBG_UNREFERENCED_LOCAL_VARIABLE(AllocationSize);
|
||||||
|
|
||||||
/* Create the boot status data file */
|
/* Create the boot status data file */
|
||||||
Status = ZwCreateFile(&FileHandle,
|
Status = ZwCreateFile(&FileHandle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue