]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/Include/Protocol/AndroidBootImg.h
EmbeddedPkg: AndroidBootApp: fix clang compilation
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 6 Dec 2017 17:29:26 +0000 (17:29 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Wed, 6 Dec 2017 21:39:51 +0000 (21:39 +0000)
commitac811846f2db75335be74878a323d5602d595d79
tree9585f4bd1433bf461ef0d5f8adb3aa65729f3181
parent80ee06cee70cec00a4674964c477f99e128e21e6
EmbeddedPkg: AndroidBootApp: fix clang compilation

Address an incorrect function prototype (using ; instead of ,)
in AndroidBootImg.h.

Also restructure code slightly to avoid a "may be used uninitialized"
warning.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
EmbeddedPkg/Include/Protocol/AndroidBootImg.h
EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c