microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

fix new afxdp.h nameless struct warning #531

Closed mtfriesen closed 3 months ago

mtfriesen commented 3 months ago

The latest VS2022 toolchains fail to suppress the nameless struct/union warning in C++ mode. I don't know why that is, but work around it by suppressing it a different way.