[FREELDR][ARM] Suppress error about unused var

This commit is contained in:
Mark Jansen 2019-08-18 19:11:50 +02:00
parent 8a86264f14
commit 93b2d5597e
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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