You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UefiPayloadPkg: Remove unused variable to fix build error
Variable ChildBusAddress is not used in function ParsePciRootBridge, it
triggers build error on GCC version gcc version 13.3.0.
Remove this variable to fix build error.
Signed-off-by: Ajan Zhong <[email protected]>
0 commit comments