Re: [dpdk-dev] [PATCH v3 1/2] eal: fix warnings on Windows

2020-06-11 Thread Kadam, Pallavi
On 6/11/2020 9:14 AM, Thomas Monjalon wrote: 29/05/2020 01:14, 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 ge

Re: [dpdk-dev] [PATCH v3 1/2] eal: fix warnings on Windows

2020-06-11 Thread Thomas Monjalon
29/05/2020 01:14, 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_co