app/procinfo: fix compilation with -O3
authorKeith Wiles <keith.wiles@intel.com>
Tue, 15 Aug 2017 13:53:05 +0000 (08:53 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 6 Oct 2017 21:53:56 +0000 (23:53 +0200)
commit535e850aedd8060ebc7c2c6c779d624a81b3548c
treecec6a7907d964633246c2aa432e84431a99afeb3
parentd8bc68bcd214b24f0db585a194662588a67a4f81
app/procinfo: fix compilation with -O3

When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes
compiler warnings. Using Ubuntu 17.04 gcc compiler.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
app/proc_info/main.c