diff options
Diffstat (limited to 'sys/oss/gstossmixer.c')
-rw-r--r-- | sys/oss/gstossmixer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/oss/gstossmixer.c b/sys/oss/gstossmixer.c index 0ee0ee10..b54268fb 100644 --- a/sys/oss/gstossmixer.c +++ b/sys/oss/gstossmixer.c @@ -264,7 +264,8 @@ gst_ossmixer_supported (GstImplementsInterface * iface, GType iface_type) return (GST_OSSELEMENT (iface)->mixer_fd != -1); } -static gboolean +/* unused with G_DISABLE_* */ +static G_GNUC_UNUSED gboolean gst_ossmixer_contains_track (GstOssElement * oss, GstOssMixerTrack * osstrack) { const GList *item; |