mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-25 04:38:15 +02:00
trace: Fix WESTON_TRACE_ANNOTATE_FUNC() when not building perfetto
This should be variadic. Nothing uses it, so it hasn't broken yet, but we're about to use it, so clean it up. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
dc9ce8dd20
commit
3796267cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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(...)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue