mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 12:07:12 -04:00
Fix some warnings
This commit is contained in:
parent
616464ba29
commit
0a2f115056
4 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
UString uniqueItemName(const UModelIndex & index);
|
||||
|
||||
// Converts error code to UString
|
||||
UString errorCodeToUString(UINT8 errorCode);
|
||||
UString errorCodeToUString(USTATUS errorCode);
|
||||
|
||||
// Decompression routine
|
||||
USTATUS decompress(const UByteArray & compressed, const UINT8 compressionType, UINT8 & algorithm, UByteArray & decompressed, UByteArray & efiDecompressed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue