diff --git a/reactos/boot/freeldr/freeldr/windows/setupldr2.c b/reactos/boot/freeldr/freeldr/windows/setupldr2.c index d449edd8c76..3d577bba385 100644 --- a/reactos/boot/freeldr/freeldr/windows/setupldr2.c +++ b/reactos/boot/freeldr/freeldr/windows/setupldr2.c @@ -157,7 +157,10 @@ VOID LoadReactOSSetup2(VOID) CHAR SystemPath[512], SearchPath[512]; CHAR FileName[512]; CHAR BootPath[512]; - LPCSTR LoadOptions, DbgOptions, BootOptions; + LPCSTR LoadOptions, BootOptions; +#if DBG + LPCSTR DbgOptions; +#endif PVOID NtosBase = NULL, HalBase = NULL, KdComBase = NULL; BOOLEAN Status; ULONG i, ErrorLine;