[dpdk-dev] [PATCH] eal: fix warnings on Windows
Thomas Monjalon
thomas at monjalon.net
Thu May 14 10:02:07 CEST 2020
14/05/2020 00:53, Pallavi Kadam:
> This patch fixes bunch of warnings when compiling on Windows
> such as the use of an unsafe string function (strerror),
> [-Wunused-const-variable] in getopt.c and
> [-Wunused-variable], [-Wunused-function] in eal_common_options.c
>
> Signed-off-by: Ranjit Menon <ranjit.menon at intel.com>
> Signed-off-by: Pallavi Kadam <pallavi.kadam at intel.com>
> Tested-by: Pallavi Kadam <pallavi.kadam at intel.com>
> ---
> +#ifndef RTE_EXEC_ENV_WINDOWS
> static int
> eal_plugindir_init(const char *path)
Why disabling the plugin mechanism?
Can we make it working instead?
PS: When sending patches for Windows, please Cc
the official Windows maintainers and Dmitry Kozliuk.
More information about the dev
mailing list