From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/5] fix build with option -O1 Date: Fri, 16 Nov 2018 17:58:49 +0100 Message-ID: <20181116165854.24017-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0DF8F2BB1 for ; Fri, 16 Nov 2018 17:59:04 +0100 (CET) Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AE8DA102DD for ; Fri, 16 Nov 2018 11:59:02 -0500 (EST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When trying to compile with -O1, the compiler shows some errors. Some are justified, others look like compiler bug. Anyway, it's better to fix all of them. Thomas Monjalon (5): eal: fix build with -O1 kni: fix possible uninitialized variable net/mlx4: fix possible uninitialized variable eventdev: fix possible uninitialized variable app/eventdev: fix possible uninitialized variable app/test-eventdev/test_pipeline_common.c | 2 +- drivers/net/mlx4/mlx4_ethdev.c | 2 ++ lib/librte_eal/common/include/rte_common.h | 9 --------- lib/librte_eventdev/rte_event_eth_tx_adapter.c | 2 +- lib/librte_kni/rte_kni.c | 2 +- 5 files changed, 5 insertions(+), 12 deletions(-) -- 2.19.0