826476bc70
When building DPDK on Windows in debug mode the following
warning appear:
warning: token pasting of ',' and __VA_ARGS__ is a GNU extension
[-Wgnu-zero-variadic-macro-arguments] #define open(path, flags, ...)
_open(path, flags, ##__VA_ARGS__)
Modify the 'open' macro to avoid it.
Fixes:
|
||
---|---|---|
.. | ||
include | ||
eal_alarm.c | ||
eal_debug.c | ||
eal_dev.c | ||
eal_file.c | ||
eal_hugepages.c | ||
eal_interrupts.c | ||
eal_lcore.c | ||
eal_log.c | ||
eal_memalloc.c | ||
eal_memory.c | ||
eal_mp.c | ||
eal_thread.c | ||
eal_timer.c | ||
eal_windows.h | ||
eal.c | ||
fnmatch.c | ||
getopt.c | ||
meson.build | ||
rte_thread.c |