[dpdk-dev] [PATCH v2] eal/windows: fix build warnings in MinGW
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Mon Apr 26 17:58:53 CEST 2021
2021-04-21 19:09 (UTC+0300), Tal Shnaiderman:
> the strncasecmp macro defined in rte_os_shim.h is already
> defined in MinGW-w64, as a result the compiler prints out
> the warning below on function redefinition whenever compiling
> a file including the header in debug mode.
>
> ..\lib/librte_eal/windows/include/rte_os_shim.h:21:
> warning: "strncasecmp" redefined
> #define strncasecmp(s1, s2, count) _strnicmp(s1, s2, count)
>
> Fixed by defining the macro only to the clang compiler.
>
> Fixes: 45d62067c237 ("eal: make OS shims internal")
>
> Signed-off-by: Tal Shnaiderman <talshn at nvidia.com>
With librte_eal -> eal fixup,
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
More information about the dev
mailing list