mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[FREELDR][ARM] Suppress error about unused var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user