summaryrefslogtreecommitdiff
path: root/sys/oss4/oss4-mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss4/oss4-mixer.c')
-rw-r--r--sys/oss4/oss4-mixer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c
index a67bb102d..11227c7d2 100644
--- a/sys/oss4/oss4-mixer.c
+++ b/sys/oss4/oss4-mixer.c
@@ -494,7 +494,8 @@ gst_oss4_mixer_watch_thread (gpointer thread_data)
* add in ever iteration, which would be less exact, but who cares */
g_get_current_time (&tv);
g_time_val_add (&tv, GST_OSS4_MIXER_WATCH_INTERVAL * 1000);
- g_cond_timed_wait (mixer->watch_cond, GST_OBJECT_GET_LOCK (mixer), &tv);
+ (void) g_cond_timed_wait (mixer->watch_cond, GST_OBJECT_GET_LOCK (mixer),
+ &tv);
}
GST_OBJECT_UNLOCK (mixer);