diff options
Diffstat (limited to 'gst/gstinfo.h')
-rw-r--r-- | gst/gstinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 6266014d2..cfd621a16 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -1098,7 +1098,7 @@ typedef void (* GstDebugFuncPtr) (void); void _gst_debug_register_funcptr (GstDebugFuncPtr func, const gchar * ptrname); G_CONST_RETURN gchar * - _gst_debug_nameof_funcptr (GstDebugFuncPtr func); + _gst_debug_nameof_funcptr (GstDebugFuncPtr func) G_GNUC_NO_INSTRUMENT; /** * GST_DEBUG_REGISTER_FUNCPTR: |