Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArmPkg: ArmGic: fix warning about uninitialized variable
ArmGicLib.c: In function 'ArmGicAcknowledgeInterrupt': ArmGicLib.c:200:18: error: 'IntId' may be used uninitialized in this function [-Werror=maybe-uninitialized] *InterruptId = IntId; ~~~~~~~~~~~~~^~~~~~~ cc1: all warnings being treated as errors Signed-off-by: Mike Maslenkin <[email protected]>
- Loading branch information