numam-dpdk/drivers/event
Bruce Richardson 524a0d5d66 build: enable extra warnings with meson
While meson always adds -Wall flag to C compiles, the make build adds extra
warning flags that are not present in the meson build. This addresses that
shortcoming by adding additional warning flags to our builds. The one
omission is the -Wcast-align flag, which though present in make gcc builds,
gives a lot of warnings/errors when used with clang.

The removed warning "-Wunused-parameter" is covered by the "-Wextra"
parameter so is unnecessary.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-10-24 01:03:30 +02:00
..
dpaa event/dpaa: support Tx adapter 2019-10-18 10:03:09 +02:00
dpaa2 event/dpaa2: support Tx adapter 2019-10-18 10:03:09 +02:00
dsw build: enable extra warnings with meson 2019-10-24 01:03:30 +02:00
octeontx eventdev: add Tx flag for packets with same destination 2019-10-18 10:03:08 +02:00
octeontx2 eventdev: add Tx flag for packets with same destination 2019-10-18 10:03:08 +02:00
opdl remove useless include of EAL memory config header 2019-10-09 10:22:24 +02:00
skeleton eventdev: add device stop flush callback 2018-04-16 10:10:12 +02:00
sw event/sw: fix xstats reset value 2019-10-05 15:39:31 +02:00
Makefile event/octeontx2: add build infra and device probe 2019-07-03 06:55:44 +02:00
meson.build event/octeontx2: add build infra and device probe 2019-07-03 06:55:44 +02:00