From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 4/4] bnx2x: fix part of 32-bit build Date: Mon, 03 Aug 2015 17:42:14 +0200 Message-ID: <2887608.2NSK5MRCJz@xps13> References: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> <1438098424-30515-5-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Stephen Hemminger , Harish Patil Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id EB0C1C3BA for ; Mon, 3 Aug 2015 17:43:29 +0200 (CEST) Received: by wibud3 with SMTP id ud3so141517315wib.1 for ; Mon, 03 Aug 2015 08:43:29 -0700 (PDT) In-Reply-To: <1438098424-30515-5-git-send-email-thomas.monjalon@6wind.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" 2015-07-28 17:47, Thomas Monjalon: > Example of errors: > =09error: cast to pointer from integer of different size [-Werror=3Di= nt-to-pointer-cast] > =09error: format =E2=80=98%lx=E2=80=99 expects argument of type =E2=80= =98long unsigned int=E2=80=99, but argument 5 has type =E2=80=98uint64_= t > =09error: format =E2=80=98%lu=E2=80=99 expects argument of type =E2=80= =98long unsigned int=E2=80=99, but argument 6 has type =E2=80=98unsigne= d int=E2=80=99 >=20 > Only 2 files are fixed. The others errors are left as exercise to the= authors. >=20 > Signed-off-by: Thomas Monjalon There was no ack nor completion of this patch, so it will be applied as-is (with some checkpatch fixes).