tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.58k stars 2.47k forks source link

MdePkg/UefiDebugLibDebugPortProtocol: Make ExitBootServicesCallback() static #5849

Closed makubacki closed 2 months ago

makubacki commented 3 months ago

Description

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3083

Since this is a library, make the function ExitBootServicesCallback() STATIC to prevent the likelihood that it collides with other symbols.

How This Was Tested

Integration Instructions

N/A

makubacki commented 3 months ago

@mergifyio rebase

mergify[bot] commented 3 months ago

rebase

✅ Branch has been successfully rebased

mdkinney commented 2 months ago

@MergifyIo refresh

mergify[bot] commented 2 months ago

refresh

✅ Pull request refreshed

makubacki commented 2 months ago

This PR is stuck. Closing it to create a new PR with the same content.