Acked-by: Eitan Eliahu <elia...@vmware.com> 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 in compiler.h since syslog.h is a standalone wrapper remove it from the parameters. Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> --- include/windows/syslog.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/windows/syslog.h b/include/windows/syslog.h index 242bfc4..d59cd3d 100644 --- a/include/windows/syslog.h +++ b/include/windows/syslog.h @@ -1,5 +1,5 @@ /* - * Copyright 2013 Cloudbase Solutions Srl + * Copyright 2013, 2015 Cloudbase Solutions Srl * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License.You may obtain @@ -50,13 +50,12 @@ #define LOG_LOCAL7 (23<<3) /* reserved for local use */ static inline void -openlog(const char *ident OVS_UNUSED, int option OVS_UNUSED, - int facility OVS_UNUSED) +openlog(const char *ident, int option, int facility) { } static inline void -syslog(int priority OVS_UNUSED, const char *format OVS_UNUSED, ...) +syslog(int priority, const char *format, ...) { } -- 1.9.5.msysgit.0 _______________________________________________ dev mailing list dev@openvswitch.org https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailman_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=CWsgHUxi6ExLXY798tmo3LJ4e3geGYp56lkcH-5cLCY&m=UiNKiAj_AxA1655axYT2tbB9LVY1qVFbj0fQGC-kbC0&s=mkpAIljmIxKyESdXcIQxCwMOaRwtZ2qEBaRW2QX2FJE&e= _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev