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

2020-06-15 Thread Thomas Monjalon
11/06/2020 22:18, Narcisa Ana Maria Vasile: > On Thu, Jun 11, 2020 at 12:50:55PM -0700, Pallavi Kadam wrote: > > Fixed bunch of warnings when compiling using clang on Windows > > such as the use of an unsafe string function (strerror), > > [-Wunused-variable], [-Wunused-function] in eal_common_opti

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

2020-06-11 Thread Narcisa Ana Maria Vasile
On Thu, Jun 11, 2020 at 12:50:55PM -0700, Pallavi Kadam wrote: > Fixed bunch of warnings when compiling using clang on Windows > such as the use of an unsafe string function (strerror), > [-Wunused-variable], [-Wunused-function] in eal_common_options.c > [-Wunused-const-variable] in getopt.c and [-

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

2020-06-11 Thread Pallavi Kadam
Fixed bunch of warnings when compiling using clang on Windows such as the use of an unsafe string function (strerror), [-Wunused-variable], [-Wunused-function] in eal_common_options.c [-Wunused-const-variable] in getopt.c and [-Wunused-parameter] in eal_common_thread.c. Also fixed warnings generate