On Thu, 6 May 2021 00:54:35 +0300
Dmitry Kozlyuk wrote:
> This fixes -Wformat warning with clang 10.0.0 on Windows.
>
> Fixes: f8244c6399d9 ("ethdev: increase port id range")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Dmitry Kozlyuk
> Acked-by: Tyler Retzlaff
> ---
> v3: PRIx16 -> PRIu16
> v2:
This fixes -Wformat warning with clang 10.0.0 on Windows.
Fixes: f8244c6399d9 ("ethdev: increase port id range")
Cc: sta...@dpdk.org
Signed-off-by: Dmitry Kozlyuk
Acked-by: Tyler Retzlaff
---
v3: PRIx16 -> PRIu16
v2: u% and a cast -> PRIx16 (Tyler, Thomas)
examples/rxtx_callbacks/main.c | 2 +-
2 matches
Mail list logo