On Thu, 14 May 2020 13:39:45 -0700 Pallavi Kadam <[email protected]> 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 <[email protected]> > Signed-off-by: Pallavi Kadam <[email protected]> > Tested-by: Pallavi Kadam <[email protected]> > --- [snip] Tested-by: Dmitry Kozlyuk <[email protected]> -- Dmitry Kozlyuk

