mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
trace: Do not poison gst_trace_add_entry()
Since gst_trace_add_entry() is a macro, gcc will barf when it is defined in case it has been poisoned due to trace support being disabled.
This commit is contained in:
parent
382ad3baa6
commit
485ae69c9e
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ extern gint _gst_trace_on;
|
|||
#pragma GCC poison gst_trace_set_default
|
||||
#pragma GCC poison _gst_trace_add_entry
|
||||
#pragma GCC poison gst_trace_read_tsc
|
||||
#pragma GCC poison gst_trace_add_entry
|
||||
#endif
|
||||
|
||||
#define gst_alloc_trace_register(name) (NULL)
|
||||
|
|
Loading…
Reference in a new issue