dev@dpdk.org; sta...@dpdk.org; David Marchand
>
> Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix build for log format
> specifier
>
> On Tue, 2020-11-10 at 17:54 +, Ferruh Yigit wrote:
> > Build error:
> > i40e_common.c: In function "i40e_parse_discover_ca
On Tue, 2020-11-10 at 17:54 +, Ferruh Yigit wrote:
> Build error:
> i40e_common.c: In function "i40e_parse_discover_capabilities":
> ../drivers/net/i40e/base/../i40e_logs.h:43:50:
> error: format "%llX" expects argument of type "long long unsigned
>int", but argument 7 has type
Build error:
i40e_common.c: In function "i40e_parse_discover_capabilities":
../drivers/net/i40e/base/../i40e_logs.h:43:50:
error: format "%llX" expects argument of type "long long unsigned
int", but argument 7 has type "u64" {aka "long unsigned int"
[-Werror=format=]
43
3 matches
Mail list logo