]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_stats.c
net/mlx5: remove pedantic pragma
[dpdk.git] / drivers / net / mlx5 / mlx5_stats.c
index 703f48c3a0c97a6444b6a494735600f3e4bc8f77..7b45c8c7da3557e957b865358a5aed6b81e0e010 100644 (file)
 #include <linux/sockios.h>
 #include <linux/ethtool.h>
 
-/* DPDK headers don't like -pedantic. */
-#ifdef PEDANTIC
-#pragma GCC diagnostic ignored "-Wpedantic"
-#endif
 #include <rte_ethdev.h>
 #include <rte_common.h>
 #include <rte_malloc.h>
-#ifdef PEDANTIC
-#pragma GCC diagnostic error "-Wpedantic"
-#endif
 
 #include "mlx5.h"
 #include "mlx5_rxtx.h"