From: Bruce Richardson Date: Fri, 24 Jan 2020 15:37:55 +0000 (+0000) Subject: build: remove some icc warnings X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1fe7e6d2d7dba6fbbe22635a9ec4e348da83932c;hp=1fe7e6d2d7dba6fbbe22635a9ec4e348da83932c;p=dpdk.git 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 ---