smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

windows meson: OVS_PREFETCH and __GNUC__ not defined #25

Open williamtu opened 3 years ago

williamtu commented 3 years ago

In file included from ../ovsdb/row.c:28: ..\lib/util.h:81:17: warning: unused variable 'addr' [-Wunused-variable] const char addr = (const char )start; ^ 1 warning generated.

williamtu commented 3 years ago

not sure if we should define GNUC or just defined clang

--- a/include/openvswitch/compiler.h +++ b/include/openvswitch/compiler.h @@ -230,7 +230,7 @@