c886f4263a
Three warnings are commonly disabled in DPDK with make and meson: * address-of-packed-member always disabled * missing-field-initializers disabled with meson disabled with make + clang or make + gcc < 4.7 disabled with make + gcc <= 5 for test files and event drivers * packed-not-aligned disabled with meson This change is removing exceptions for missing-field-initializers. As it is always disabled, some redundant configs are cleaned up. Now the situation is: * address-of-packed-member always disabled * missing-field-initializers always disabled * packed-not-aligned disabled with meson It could alternatively be decided to disable missing-field-initializers only for old gcc (< 6). The warning packed-not-aligned is not modified in this change. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> |
||
---|---|---|
.. | ||
ionic_dev.c | ||
ionic_dev.h | ||
ionic_ethdev.c | ||
ionic_ethdev.h | ||
ionic_if.h | ||
ionic_lif.c | ||
ionic_lif.h | ||
ionic_logs.h | ||
ionic_mac_api.c | ||
ionic_mac_api.h | ||
ionic_main.c | ||
ionic_osdep.h | ||
ionic_regs.h | ||
ionic_rx_filter.c | ||
ionic_rx_filter.h | ||
ionic_rxtx.c | ||
ionic_rxtx.h | ||
ionic.h | ||
Makefile | ||
meson.build | ||
rte_pmd_ionic_version.map |