mirror of
https://github.com/reactos/reactos.git
synced 2024-11-29 14:33:32 +08:00
[FREELDR][ARM] Suppress error about unused var
This commit is contained in:
parent
8a86264f14
commit
93b2d5597e
@ -65,6 +65,7 @@ SetupLdrLoadNlsData(PLOADER_PARAMETER_BLOCK LoaderBlock, HINF InfHandle, PCSTR S
|
||||
#if DBG
|
||||
{
|
||||
BOOLEAN Success = WinLdrLoadNLSData(LoaderBlock, SearchPath, AnsiName, OemName, LangName);
|
||||
(VOID)Success;
|
||||
TRACE("NLS data loading %s\n", Success ? "successful" : "failed");
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user