IntelFrameworkPkg UefiLib: Fix XCODE5 varargs warning

https://bugzilla.tianocore.org/show_bug.cgi?id=741
Change GetBestLanguage() parameter type from BOOLEAN to UINTN

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Steven Shi <steven.shi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Liming Gao 2018-05-14 21:12:34 +08:00
parent d2aafe1e41
commit cb96e7d4f7
1 changed files with 1 additions and 1 deletions

View File

@ -1486,7 +1486,7 @@ CHAR8 *
EFIAPI
GetBestLanguage (
IN CONST CHAR8 *SupportedLanguages,
IN BOOLEAN Iso639Language,
IN UINTN Iso639Language,
...
)
{