mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
fix a warning
Original commit message from CVS: fix a warning
This commit is contained in:
parent
d9efd29627
commit
0d32dbb262
1 changed files with 2 additions and 0 deletions
|
@ -482,6 +482,7 @@ gst_default_error_handler (gchar *file, gchar *function,
|
|||
|
||||
|
||||
/***** DEBUG system *****/
|
||||
#ifdef GST_DEBUG_ENABLED
|
||||
GHashTable *__gst_function_pointers = NULL;
|
||||
/* FIXME make this thread specific */
|
||||
/* static GSList *stack_trace = NULL; */
|
||||
|
@ -502,6 +503,7 @@ _gst_debug_nameof_funcptr (void *ptr)
|
|||
}
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef GST_ENABLE_FUNC_INSTRUMENTATION
|
||||
|
|
Loading…
Reference in a new issue