Re: [ovs-dev] [PATCH 1/2] OVS_UNUSED is defined indirectly

2015-07-01 Thread Ben Pfaff
f Of Alin Serdean > Sent: Tuesday, June 30, 2015 9:27 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 1/2] OVS_UNUSED is defined indirectly > > Currently OVS_UNUSED is defined in compiler.h since syslog.h is a standalone > wrapper remove it from the parameters

Re: [ovs-dev] [PATCH 1/2] OVS_UNUSED is defined indirectly

2015-07-01 Thread Eitan Eliahu
Acked-by: Eitan Eliahu Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Tuesday, June 30, 2015 9:27 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 1/2] OVS_UNUSED is defined indirectly Currently OVS_UNUSED is defined

[ovs-dev] [PATCH 1/2] OVS_UNUSED is defined indirectly

2015-06-30 Thread Alin Serdean
Currently OVS_UNUSED is defined in compiler.h since syslog.h is a standalone wrapper remove it from the parameters. Signed-off-by: Alin Gabriel Serdean --- include/windows/syslog.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/windows/syslog.h b/include/windo