mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +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
|
||||
{
|
||||
BOOLEAN Success = WinLdrLoadNLSData(LoaderBlock, SearchPath, AnsiName, OemName, LangName);
|
||||
(VOID)Success;
|
||||
TRACE("NLS data loading %s\n", Success ? "successful" : "failed");
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue