Re: [dpdk-dev] [PATCH v2] i40e: remove warning

2017-12-14 Thread Matteo Croce
On Thu, Dec 14, 2017 at 9:40 PM, Matteo Croce wrote: > Fix a printf warning which made the compilation fail when compiling > with GCC 7.2 and -Werror: > > error: format %llu expects argument of type long long unsigned int, > but argument 8 has type u64 {aka long unsigned int} [-Werror=format=]

[dpdk-dev] [PATCH v2] i40e: remove warning

2017-12-14 Thread Matteo Croce
Fix a printf warning which made the compilation fail when compiling with GCC 7.2 and -Werror: error: format %llu expects argument of type long long unsigned int, but argument 8 has type u64 {aka long unsigned int} [-Werror=format=] Signed-off-by: Matteo Croce --- v2: - used PRI*64 macros to