Signed-off-by: Chengwen Feng <fengcheng...@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 <andre...@linux.microsoft.com>
- [PATCH 00/10] enable "app" to be compiled with... Andre Muezerie
- [PATCH 04/10] test-pmd: do explicit 64-bit shift to... Andre Muezerie
- Re: [PATCH 04/10] test-pmd: do explicit 64-bit ... fengchengwen
- [PATCH 02/10] test_alarm: avoid warning about diffe... Andre Muezerie
- Re: [PATCH 02/10] test_alarm: avoid warning abo... fengchengwen
- [PATCH 03/10] test-pmd: fix printf format string mi... Andre Muezerie
- Re: [PATCH 03/10] test-pmd: fix printf format s... Stephen Hemminger
- Re: [PATCH 03/10] test-pmd: fix printf format s... fengchengwen
- [PATCH 05/10] test-pmd: avoid undefined behavior Andre Muezerie
- Re: [PATCH 05/10] test-pmd: avoid undefined beh... fengchengwen
- [PATCH 07/10] test-pmd: don't return value from voi... Andre Muezerie
- Re: [PATCH 07/10] test-pmd: don't return value ... fengchengwen
- [PATCH 08/10] test-pmd: declare lcore_count atomic ... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count... Stephen Hemminger
- Re: [PATCH 08/10] test-pmd: declare lcore_c... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count... fengchengwen
- [PATCH 06/10] test-pmd: avoid non-constant initiali... Andre Muezerie
- Re: [PATCH 06/10] test-pmd: avoid non-constant ... fengchengwen