[PATCH 03/10] test-pmd: fix printf format string mismatch
fengchengwen
fengchengwen at huawei.com
Wed Feb 12 02:01:59 CET 2025
Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
On 2025/2/12 6:01, Andre Muezerie wrote:
> Compiling with MSVC results in warnings like the one below:
>
> app/test-pmd/csumonly.c(1085): warning C4477: 'printf' : format string
> '%d' requires an argument of type 'int',
> but variadic argument 1 has type 'uint64_t'
>
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
More information about the dev
mailing list