From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 4/4] app: fix build with gcc 4.8 Date: Mon, 16 Sep 2013 15:10:07 +0200 Message-ID: <201309161510.07104.thomas.monjalon@6wind.com> References: <4960b865443e982857323637c3df35d106286bf0.1379081595.git.thomas.monjalon@6wind.com> <5236E9EA.6070306@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Return-path: In-Reply-To: <5236E9EA.6070306-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 16/09/2013 13:22, Nicolas Dichtel : > Le 13/09/2013 16:14, Thomas Monjalon a =C3=A9crit : > > GCC 4.8 was producing this error: > > argument to =E2=80=98sizeof=E2=80=99 in =E2=80=98strncmp=E2=80=99 call= is the same expression as the > > second source; did you mean to provide an explicit length? > > [-Werror=3Dsizeof-pointer-memaccess] > >=20 > > Signed-off-by: Thomas Monjalon >=20 > Acked-by: Nicolas Dichtel pushed =2D-=20 Thomas