From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: DPAA2 build errors with GCC 7 Date: Tue, 11 Jul 2017 11:20:58 +0200 Message-ID: <3304178.NGOLfO3R9y@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: hemant.agrawal@nxp.com Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 395027CAB for ; Tue, 11 Jul 2017 11:21:00 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I see some compilation errors with DPAA2 target, using aarch64-linux-gnu-gcc 7.1.0: drivers/net/dpaa2/dpaa2_ethdev.c:1257:15: error: this statement may fall through [-Werror=implicit-fallthrough=] cfg.options &= ~DPNI_LINK_OPT_ASYM_PAUSE; drivers/crypto/dpaa2_sec/hw/rta/operation_cmd.h:122:6: error: this statement may fall through [-Werror=implicit-fallthrough=] if (rta_sec_era < RTA_SEC_ERA_2)