29/11/2020 14:42, Dmitry Kozlyuk:
> On Sun, 29 Nov 2020 13:00:47 +0000, Nick Connolly wrote:
> > When building with clang (11.0,--buildtype=debug), eal_lcore.c
> > produces a -Wformat-nonliteral warning from the vfprintf call
> > in log_early.
> >
> > Add __rte_format_printf annotation.
> >
> > Fixes: b8a36b086625 ("eal/windows: improve CPU and NUMA node detection")
> > Cc: [email protected]
> >
> > Signed-off-by: Nick Connolly <[email protected]>
> > Suggested-by: Dmitry Kozlyuk <[email protected]>
>
> Acked-by: Dmitry Kozlyuk <[email protected]>
Applied, thanks