Re: [dpdk-dev] [PATCH] app: fix gcc -O3 compiler errors

2017-10-06 Thread Thomas Monjalon
04/10/2017 14:59, Burakov, Anatoly: > On 15-Aug-17 2:53 PM, Keith Wiles wrote: > > When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes > > compiler warnings for these two applications. Using Ubuntu 17.04 > > gcc compiler. > > > > Signed-off-by: Keith Wiles > > Acked-by: Anatoly Burakov

Re: [dpdk-dev] [PATCH] app: fix gcc -O3 compiler errors

2017-10-04 Thread Burakov, Anatoly
On 15-Aug-17 2:53 PM, Keith Wiles wrote: When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes compiler warnings for these two applications. Using Ubuntu 17.04 gcc compiler. Signed-off-by: Keith Wiles --- Acked-by: Anatoly Burakov

[dpdk-dev] [PATCH] app: fix gcc -O3 compiler errors

2017-08-15 Thread Keith Wiles
When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes compiler warnings for these two applications. Using Ubuntu 17.04 gcc compiler. Signed-off-by: Keith Wiles --- app/proc_info/main.c | 4 +++- app/test-crypto-perf/cperf_test_verify.c | 2 ++ 2 files changed, 5 insert