On Thu, 14 May 2020 13:39:45 -0700 Pallavi Kadam <pallavi.ka...@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.me...@intel.com> > Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com> > Tested-by: Pallavi Kadam <pallavi.ka...@intel.com> > --- [snip] Tested-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> -- Dmitry Kozlyuk