From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ipsec-secgw: fix GCC 4.5.x build error Date: Fri, 22 Jul 2016 11:48:39 +0200 Message-ID: <8054087.QSPoVHp0aO@xps13> References: <1468926360-34989-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 0A8CC47D1 for ; Fri, 22 Jul 2016 11:48:41 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id o80so58554766wme.1 for ; Fri, 22 Jul 2016 02:48:41 -0700 (PDT) In-Reply-To: <1468926360-34989-1-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > GCC 4.5.x does not handle well initializing anonymous union and/or > structs. > > To make the compiler happy we name those anonymous union/struct. > > Fixes: 906257e965b7 ("examples/ipsec-secgw: support IPv6") > > Signed-off-by: Sergio Gonzalez Monroy Applied, thanks