Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edk2 coverage build due to changed definition of EFI_PCI_IO_PROTOCOL_IO_MEM #12

Merged
merged 2 commits into from
May 8, 2024

Conversation

tklengyel
Copy link

@tklengyel tklengyel commented May 8, 2024

/src/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestStub/VirtioPciDevice10StubLib/VirtioPciDevice10StubLib.c:857:19: error: incompatible function pointer types assigning to 'EFI_PCI_IO_PROTOCOL_CONFIG' (aka 'unsigned long long (*)(struct _EFI_PCI_IO_PROTOCOL *, EFI_PCI_IO_PROTOCOL_WIDTH, unsigned int, unsigned long long, void *)') from 'EFI_STATUS (*)(EFI_PCI_IO_PROTOCOL *, EFI_PCI_IO_PROTOCOL_WIDTH, UINT16, UINT16, UINT8 *)' (aka 'unsigned long long (*)(struct _EFI_PCI_IO_PROTOCOL *, EFI_PCI_IO_PROTOCOL_WIDTH, unsigned short, unsigned short, unsigned char *)') [-Wincompatible-function-pointer-types]
  857 |   PciIo->Pci.Read = &PciIoRead;

@el-tipton el-tipton merged commit 75e6588 into intel:main May 8, 2024
1 check passed
@tklengyel tklengyel deleted the fix branch May 8, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants