From ca40cc083515034728b18a847d194a9d62a4c2c3 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 2 Jun 2013 19:25:38 +0000 Subject: [PATCH] [RTL] Fix another warning svn path=/trunk/; revision=59155 --- reactos/lib/rtl/bootdata.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/lib/rtl/bootdata.c b/reactos/lib/rtl/bootdata.c index 71c908a7978..5614867c19d 100644 --- a/reactos/lib/rtl/bootdata.c +++ b/reactos/lib/rtl/bootdata.c @@ -706,6 +706,7 @@ RtlCreateBootStatusDataFile(VOID) NULL); AllocationSize.QuadPart = 0x800; + DBG_UNREFERENCED_LOCAL_VARIABLE(AllocationSize); /* Create the boot status data file */ Status = ZwCreateFile(&FileHandle,