diff options
| author | Oliver Steffen <osteffen@redhat.com> | 2025-11-05 19:47:41 +0300 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-11-21 19:33:06 +0300 |
| commit | 8c31bd9487b62e8a00f5840baf5aac377ed693a0 (patch) | |
| tree | 736559acc9be9df33c261f003f09c987d4014943 /BaseTools/Source/Python/Workspace/DscBuildData.py | |
| parent | 56f2d5890840aa92e714e056706223f113063cc8 (diff) | |
| download | edk2-8c31bd9487b62e8a00f5840baf5aac377ed693a0.tar.xz | |
MdeModulePkg/DebugSupportDxe: Fix incompatible pointer types
GCC 15 enforces stricter type checking for function pointers. When
passing EFI_PERIODIC_CALLBACK and EFI_EXCEPTION_CALLBACK to
ManageIdtEntryTable, explicit casts to CALLBACK_FUNC are required to
avoid incompatible pointer type errors.
Add explicit casts at the call sites in RegisterPeriodicCallback and
RegisterExceptionCallback functions.
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
(cherry picked from commit ff28da41c2e23b9d5de34e729ecfb72c37ac63bf)
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
0 files changed, 0 insertions, 0 deletions
