mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[FREELDR][ARM] Suppress error about unused var
This commit is contained in:
parent
8a86264f14
commit
93b2d5597e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ SetupLdrLoadNlsData(PLOADER_PARAMETER_BLOCK LoaderBlock, HINF InfHandle, PCSTR S
|
||||||
#if DBG
|
#if DBG
|
||||||
{
|
{
|
||||||
BOOLEAN Success = WinLdrLoadNLSData(LoaderBlock, SearchPath, AnsiName, OemName, LangName);
|
BOOLEAN Success = WinLdrLoadNLSData(LoaderBlock, SearchPath, AnsiName, OemName, LangName);
|
||||||
|
(VOID)Success;
|
||||||
TRACE("NLS data loading %s\n", Success ? "successful" : "failed");
|
TRACE("NLS data loading %s\n", Success ? "successful" : "failed");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue