From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ipsec-secgw: fix build with gcc 4.5.1 Date: Fri, 10 Nov 2017 02:48:55 +0100 Message-ID: <3241756.UKIFZe4xuz@xps> References: <1510221441-17680-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Gonzalez Monroy, Sergio" To: "Nicolau, Radu" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 056281B3BB for ; Fri, 10 Nov 2017 02:48:57 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > On SUSE11 with gcc 4.5.1 the following build error occurred, most likely > > because of improper handling of annonymous unions: > >=20 > > examples/ipsec-secgw/ipsec.c:87:4 error: > > unknown field =E2=80=98ipsec=E2=80=99 specified in initializer > >=20 > > Fixes: ec17993a145a ("examples/ipsec-secgw: support security offload") > >=20 > > Signed-off-by: Radu Nicolau >=20 > Acked-by: Pablo de Lara Applied, thanks