From: Thomas Vander Stichele Date: Sat, 7 Dec 2002 14:13:50 +0000 (+0000) Subject: fix a warning X-Git-Tag: BRANCH-RELEASE-0_5_0-ROOT~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d32dbb2628dda3ad2e0ecbf6a00c0b13d8a4db3;p=platform%2Fupstream%2Fgstreamer.git fix a warning Original commit message from CVS: fix a warning --- diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 4936071..d7cd5b5 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -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