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

Implicit type cast warning/error #741

Open
ami-GS opened this issue Nov 12, 2024 · 0 comments · May be fixed by #744
Open

Implicit type cast warning/error #741

ami-GS opened this issue Nov 12, 2024 · 0 comments · May be fixed by #744
Labels
bug Something isn't working build Related to building/compiling the code

Comments

@ami-GS
Copy link

ami-GS commented Nov 12, 2024

When build this with external code, there are implicit cast warning which becomes error depends on the build option.

XDPAPI_ASSERT(XdpStatus != XDP_STATUS_PENDING || MayPend);
if (Event == &LocalEvent && XdpStatus == XDP_STATUS_PENDING) {

Image

@ami-GS ami-GS added bug Something isn't working build Related to building/compiling the code labels Nov 12, 2024
@nibanks nibanks linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to building/compiling the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant