mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 15:15:04 -04:00
Fix some warnings
This commit is contained in:
parent
616464ba29
commit
0a2f115056
4 changed files with 7 additions and 7 deletions
|
@ -75,7 +75,7 @@ UString uniqueItemName(const UModelIndex & index)
|
|||
}
|
||||
|
||||
// Returns text representation of error code
|
||||
UString errorCodeToUString(UINT8 errorCode)
|
||||
UString errorCodeToUString(USTATUS errorCode)
|
||||
{
|
||||
switch (errorCode) {
|
||||
case U_SUCCESS: return UString("Success");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue