After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673267 - timeout is unused on W32
timeout is unused on W32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal blocker
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-31 23:30 UTC by LRN
Modified: 2012-04-02 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the timeout variable being unused (moves it into #ifdef) (1.07 KB, patch)
2012-03-31 23:32 UTC, LRN
none Details | Review

Description LRN 2012-03-31 23:30:25 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]
Comment 1 LRN 2012-03-31 23:32:14 UTC
Created attachment 211050 [details] [review]
Fixes the timeout variable being unused (moves it into #ifdef)
Comment 2 Wim Taymans 2012-04-02 09:25:11 UTC
commit f140cb8dbdc9b4cdffeb7d75fe567b6470aa07c3
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Sun Apr 1 03:30:51 2012 +0400

    Timeout is not used on W32
    
    Fixes #673267