Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 3fe67222b9507a41d50c239731d07d1114cf4279
      
https://github.com/tianocore/edk2/commit/3fe67222b9507a41d50c239731d07d1114cf4279
  Author: Rithvik Rama <rithr...@amd.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M EmulatorPkg/Win/Host/WinGopScreen.c

  Log Message:
  -----------
  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 <rithr...@amd.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to