Re: [dpdk-dev] [PATCH v3 1/2] build: fix gcc compile warnings by adding wformat

2020-11-19 Thread Chen, LingliX
Tested-by: Chen, LingliX Regards, Chen, LingliX > -Original Message- > From: Walsh, Conor > Sent: Thursday, November 19, 2020 6:17 PM > To: Richardson, Bruce ; > ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; > bl...@debian.org; stuart.schac...@broadcom.com; > venkatkumar.duvv.

[dpdk-dev] [PATCH v3 1/2] build: fix gcc compile warnings by adding wformat

2020-11-19 Thread Conor Walsh
On some CentOS/RHEL systems using gcc 8.3.1 to compile dpdk, gcc shows a warning on every build step saying that -Wformat-nonliteral and -Wformat-security warnings will be ignored unless -Wformat is also specified as a compiler flag. When the build is run with -werror the build will fail due to the