build: remove some icc warnings
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 24 Jan 2020 15:37:55 +0000 (15:37 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Feb 2020 08:14:39 +0000 (09:14 +0100)
commit1fe7e6d2d7dba6fbbe22635a9ec4e348da83932c
treed1e3b57ea8aec953474073e8f447617a8839ba6d
parentf2b700a3283b605dd44d376a894cf5d1870b7986
build: remove some icc warnings

While icc builds without the "werror" setting build successfully, there are
a lot of warnings. To make the output cleaner, and to allow building with
warnings enabled, we can add a list of warning ids to ignore.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
config/meson.build