07/10/2019 16:30, Bruce Richardson: > The warnings used when building DPDK with make were stricter than those > used with meson, so this patchset aligns the two as far as is possible, > while also adding in -Wextra as a general compile flag. > > The one difference is that with "make" we allow different flags for GCC > and clang, while with meson we are (for now) keeping them common. > Therefore we drop the -Wcast-align flag as is generates too many > false positive warnings on clang, and we globally use the > Wno-missing-field-initializers flag for the same reason. > > v2: fix path to ifpga driver in patch 2, since it has moved in the repo > > Bruce Richardson (4): > build: allow compile with stricter fallthrough warnings > raw/ifpga: remove unneeded compiler flags > build: enable extra warnings for meson build > drivers: remove duplicated compiler flags
Applied, thanks