numam-dpdk/drivers/event/opdl
Thomas Monjalon c886f4263a mk: ignore missing field initializers warning
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>
2020-02-06 09:09:37 +01:00
..
Makefile mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
meson.build event/opdl: use new API to save cycles on aarch64 2020-01-17 12:02:21 +01:00
opdl_evdev_init.c event/opdl: fix error sign 2019-07-07 13:24:12 +02:00
opdl_evdev_xstats.c event/opdl: replace sprintf with snprintf 2019-03-15 06:46:50 +01:00
opdl_evdev.c event/opdl: fix error sign 2019-07-07 13:24:12 +02:00
opdl_evdev.h event/opdl: fix license header and SPDX tags 2018-02-01 02:48:55 +01:00
opdl_log.h event/opdl: fix license header and SPDX tags 2018-02-01 02:48:55 +01:00
opdl_ring.c event/opdl: use new API to save cycles on aarch64 2020-01-17 12:02:21 +01:00
opdl_ring.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
opdl_test.c event/opdl: remove commented out code 2019-11-08 16:40:29 +01:00
rte_pmd_opdl_event_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00