[dpdk-dev] [PATCH v2] eal: fix warnings on Windows

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Fri May 15 21:20:59 CEST 2020


On Thu, 14 May 2020 13:39:45 -0700
Pallavi Kadam <pallavi.kadam at intel.com> wrote:

> 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
> 
> v2 changes:
> 	Excluded dirent.h file on Windows temporarily.
> 	(This file will stay on Windows for later use)
> 
> 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>
> ---
[snip]

Tested-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>

--
Dmitry Kozlyuk


More information about the dev mailing list