Re: [ovs-dev] [PATCH v2] OVS_UNUSED is defined indirectly

2015-07-01 Thread Ben Pfaff
On Wed, Jul 01, 2015 at 06:50:38PM +, Alin Serdean wrote: > 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 > Acked-by: Eitan Eliahu > --- > v2: add acked-by I applied v1 a minute a

[ovs-dev] [PATCH v2] OVS_UNUSED is defined indirectly

2015-07-01 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 Acked-by: Eitan Eliahu --- v2: add acked-by --- include/windows/syslog.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --g