mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +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);
|
||||
|
||||
AllocationSize.QuadPart = 0x800;
|
||||
DBG_UNREFERENCED_LOCAL_VARIABLE(AllocationSize);
|
||||
|
||||
/* Create the boot status data file */
|
||||
Status = ZwCreateFile(&FileHandle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue