diff --git a/libweston/weston-trace.h b/libweston/weston-trace.h index cfab9d9c6..82f4e3aa9 100644 --- a/libweston/weston-trace.h +++ b/libweston/weston-trace.h @@ -310,7 +310,7 @@ _weston_trace_scope_end(int *scope) #define _WESTON_TRACE_BEGIN_ANNOTATION() #define _WESTON_TRACE_COMMIT_ANNOTATION(id, name) -#define _WESTON_TRACE_ANNOTATE_FUNC() +#define _WESTON_TRACE_ANNOTATE_FUNC(...) #define _WESTON_TRACE_ANNOTATE_FUNC_FLOW(id, name) #define _WESTON_TRACE_ANNOTATE(...)