From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH v2 4/4] app: fix build with gcc 4.8 Date: Mon, 16 Sep 2013 13:22:18 +0200 Message-ID: <5236E9EA.6070306@6wind.com> References: <4960b865443e982857323637c3df35d106286bf0.1379081595.git.thomas.monjalon@6wind.com> Reply-To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <4960b865443e982857323637c3df35d106286bf0.1379081595.git.thomas.monjalon-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" 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] > > Signed-off-by: Thomas Monjalon Acked-by: Nicolas Dichtel