Re: [dpdk-dev] [PATCH 02/10] net/qede: fix compilation with -Og

2017-09-11 Thread Patil, Harish
-Original Message- From: dev on behalf of Olivier Matz Date: Monday, September 11, 2017 at 8:13 AM To: "dev@dpdk.org" Subject: [dpdk-dev] [PATCH 02/10] net/qede: fix compilation with -Og >The compilation with gcc-6.3.0 and EXTRA_CFLAGS=-Og gives the following &g

[dpdk-dev] [PATCH 02/10] net/qede: fix compilation with -Og

2017-09-11 Thread Olivier Matz
The compilation with gcc-6.3.0 and EXTRA_CFLAGS=-Og gives the following error: CC qede_rxtx.o qede_rxtx.c: In function ‘qede_start_queues’: qede_rxtx.c:797:9: error: ‘rc’ may be used uninitialized in this function [-Werror=maybe-uninitialized] return rc;