diff options
author | Rithvik Rama <rithrama@amd.com> | 2025-06-12 16:12:43 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-12 22:38:39 +0000 |
commit | 3fe67222b9507a41d50c239731d07d1114cf4279 (patch) | |
tree | 3d769a5bb807e45cc7a40dd25ef3f4b254a7cc4b /BaseTools/Source/Python | |
parent | a808062890de96d8f816aa920d9b5cf13151a40c (diff) | |
download | edk2-3fe67222b9507a41d50c239731d07d1114cf4279.zip edk2-3fe67222b9507a41d50c239731d07d1114cf4279.tar.gz edk2-3fe67222b9507a41d50c239731d07d1114cf4279.tar.bz2 |
EmulatorPkg: Fix enum type mismatch warning treated as error
Issue: While building edk2, the compiler threw a warning
that was treated as an eror which halted the build
process.
Root Cause: The error was due to a comparison between two
different enum types.
Code Fix: WinGopScreen.c: In function WinNtWndBlt, changed
the comparison between an enum type
"EFI_UGA_BLT_OPERATION" and "EFI_GRAPHICS_OUTPUT_BLT_OPERATION"
to "EFI_UGA_BLT_OPERATION".
Test: The compiled image runs successfully on QEMU.
Signed-off-by: Rithvik Rama <rithrama@amd.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions