[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e0fd8689-cc01-8676-f858-6e9fd4009b7f@iogearbox.net>
Date: Wed, 20 Dec 2017 01:36:47 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH bpf-next] libbpf: Fix build errors.
On 12/19/2017 09:53 PM, David Miller wrote:
>
> These elf object pieces are of type Elf64_Xword and therefore could be
> "long long" on some builds.
>
> Cast to "long long" and use printf format %lld to deal with this since
> we are building with -Werror=format.
>
> Signed-off-by: David S. Miller <davem@...emloft.net>
Applied to bpf-next, thanks David!
Powered by blists - more mailing lists