numam-dpdk/drivers
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
..
baseband build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
bus crypto/dpaa_sec: fix IOVA conversions 2020-02-05 15:20:51 +01:00
common common/cpt: remove self assignment 2020-02-05 15:29:14 +01:00
compress crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
crypto common/cpt: support variable key size for HMAC 2020-02-05 15:29:14 +01:00
event mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
mempool mempool/octeontx: fix error handling in initialization 2020-01-17 19:46:26 +01:00
net mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
raw raw/octeontx2_ep: fix shared library 2020-01-20 12:12:14 +01:00
vdpa vdpa/mlx5: disable RoCE 2020-02-05 09:51:21 +01:00
Makefile drivers: introduce vDPA class 2020-01-13 23:28:00 +01:00
meson.build vdpa/mlx5: introduce Mellanox vDPA driver 2020-02-05 09:51:21 +01:00