-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
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;
2 matches
Mail list logo