]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rss.c
net/mlx5: remove pedantic pragma
[dpdk.git] / drivers / net / mlx5 / mlx5_rss.c
index a2dd7d17c0c48b6f5f09c9f475a2c7d12b8c5963..12499432e3b2f104fd3687723f67dc8333fc69b1 100644 (file)
 #pragma GCC diagnostic error "-Wpedantic"
 #endif
 
-/* DPDK headers don't like -pedantic. */
-#ifdef PEDANTIC
-#pragma GCC diagnostic ignored "-Wpedantic"
-#endif
 #include <rte_malloc.h>
 #include <rte_ethdev.h>
-#ifdef PEDANTIC
-#pragma GCC diagnostic error "-Wpedantic"
-#endif
 
 #include "mlx5.h"
 #include "mlx5_rxtx.h"