diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-12 03:18:38 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-12 03:18:38 +0000 |
commit | 2b578de0b213ecc98d5889ec496d12a56eb3b187 (patch) | |
tree | c6663816a5bbb5a6259beeb54b66e18049934f1d /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c | |
parent | 4a22b9bc6a5a5cc5e7f868f8ab3ee28cd770c545 (diff) | |
download | edk2-2b578de0b213ecc98d5889ec496d12a56eb3b187.tar.gz edk2-2b578de0b213ecc98d5889ec496d12a56eb3b187.tar.bz2 edk2-2b578de0b213ecc98d5889ec496d12a56eb3b187.zip |
ShellPkg: Fix GCC 4.4 build issues
This change fixes various GCC 4.4 build issues
* EFIAPI usage inconsistencies
* multi-character literal warning ('eell')
* Filename case inconsistencies
* Use 'ULL' suffix for integers > 4GB
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11519 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c index cccec126b4..66345b4b72 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c @@ -150,7 +150,6 @@ STATIC CONST CHAR8 Hex[] = { @param[in] UserData The data to print out.
**/
VOID
-EFIAPI
DumpHex (
IN UINTN Indent,
IN UINTN Offset,
|