On Thu, Feb 20, 2025 at 01:30:57PM -0800, 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> > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> > --- > app/test-pmd/csumonly.c | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v4 00/10] enable "app" to be compiled ... Andre Muezerie
- [PATCH v4 02/10] test_alarm: avoid warning about d... Andre Muezerie
- [PATCH v4 05/10] test-pmd: avoid undefined behavio... Andre Muezerie
- [PATCH v4 04/10] test-pmd: do explicit 64-bit shif... Andre Muezerie
- [PATCH v4 01/10] eal: add workaround for __builtin... Andre Muezerie
- RE: [PATCH v4 01/10] eal: add workaround for _... Morten Brørup
- Re: [PATCH v4 01/10] eal: add workaround f... Andre Muezerie
- [PATCH v4 07/10] test-pmd: don't return value from... Andre Muezerie
- [PATCH v4 09/10] test: add workaround for __builti... Andre Muezerie
- [PATCH v4 03/10] test-pmd: fix printf format strin... Andre Muezerie
- Re: [PATCH v4 03/10] test-pmd: fix printf form... Bruce Richardson
- [PATCH v4 06/10] test-pmd: avoid non-constant init... Andre Muezerie
- [PATCH v4 10/10] app: enable app directory to be c... Andre Muezerie
- Re: [PATCH v4 00/10] enable "app" to be ... Stephen Hemminger
- [PATCH v4 08/10] test-pmd: declare lcore_count ato... Andre Muezerie
- RE: [PATCH v4 08/10] test-pmd: declare lcore_c... Konstantin Ananyev
- Re: [PATCH v4 08/10] test-pmd: declare lco... Andre Muezerie
- [PATCH v5 00/10] enable "app" to be compiled ... Andre Muezerie
- [PATCH v5 03/10] test-pmd: fix printf format strin... Andre Muezerie
- [PATCH v5 01/10] eal: add workaround for __builtin... Andre Muezerie
- [PATCH v5 04/10] test-pmd: do explicit 64-bit shif... Andre Muezerie