[dpdk-dev] [PATCH 4/4] bnx2x: fix part of 32-bit build

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Aug 3 17:42:14 CEST 2015


2015-07-28 17:47, Thomas Monjalon:
> Example of errors:
> 	error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
> 	error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t
> 	error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘unsigned int’
> 
> Only 2 files are fixed. The others errors are left as exercise to the authors.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

There was no ack nor completion of this patch, so it will be applied
as-is (with some checkpatch fixes).


More information about the dev mailing list