GNOME Bugzilla – Bug 673267
timeout is unused on W32
Last modified: 2012-04-02 09:25:11 UTC
gstreamer-git-7f628113e439e5795d7230539f1d9667e9f2ded8/plugins/elements/gstfdsrc.c: In function 'gst_fd_src_create': gstreamer-git-7f628113e439e5795d7230539f1d9667e9f2ded8/plugins/elements/gstfdsrc.c:395:16: error: variable 'timeout' set but not used [-Werror=unused-but-set-variable]
Created attachment 211050 [details] [review] Fixes the timeout variable being unused (moves it into #ifdef)
commit f140cb8dbdc9b4cdffeb7d75fe567b6470aa07c3 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Sun Apr 1 03:30:51 2012 +0400 Timeout is not used on W32 Fixes #673267