On 8/13/25 6:25 PM, Thomas Monjalon wrote:
After an upgrade to MinGW version 13, some compilation errors appear
in PCI, mlx5 and bbdev code.
This series fixes them all.
Thomas Monjalon (3):
bus/pci: fix build with MinGW 13
net/mlx5: fix build with MinGW 13
bbdev: wrong fix for MinGW 13
drivers/bus/pci/windows/pci_netuio.c | 6 ------
drivers/bus/pci/windows/pci_netuio.h | 4 +++-
drivers/net/mlx5/windows/mlx5_ethdev_os.c | 2 +-
lib/bbdev/rte_bbdev.c | 9 +++++++--
4 files changed, 11 insertions(+), 10 deletions(-)
Tested on Fedora 42 with Fedora MinGW 14.2.1-4.fc42.
Tested-by: Ali Alnubani <[email protected]>
Thanks,
Ali