numam-dpdk/mk
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
..
arch replace license text with SPDX tag on PPC files 2019-08-05 17:17:09 +02:00
exec-env
internal mk: avoid combining -r and -export-dynamic linker options 2020-01-20 00:00:28 +01:00
machine config: add eMAG 2019-11-21 00:30:39 +01:00
target/generic build: support building ABI versioned files twice 2019-10-27 12:49:28 +01:00
toolchain mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
rte.app.mk crypto/armv8: link to library hosted by Arm 2020-02-05 15:20:51 +01:00
rte.bsdmodule.mk
rte.combinedlib.mk
rte.cpuflags.mk
rte.extapp.mk
rte.extlib.mk
rte.extobj.mk
rte.extshared.mk
rte.extsubdir.mk
rte.gnuconfigure.mk
rte.helper.mk
rte.hostapp.mk
rte.hostlib.mk
rte.install.mk
rte.lib.mk build: fix soname info for 19.11 compatibility 2019-12-19 16:18:21 +01:00
rte.module.mk
rte.obj.mk
rte.sdkbuild.mk
rte.sdkconfig.mk
rte.sdkdepdirs.mk
rte.sdkdoc.mk doc: add search engine for API 2019-07-08 22:13:20 +02:00
rte.sdkexamples.mk
rte.sdkgcov.mk
rte.sdkinstall.mk mk: fix custom kernel directory name 2019-07-22 10:00:01 +02:00
rte.sdkroot.mk
rte.sdktest.mk
rte.shared.mk
rte.subdir.mk
rte.vars.mk