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 730125 - c7d68da broke W32 builds
c7d68da broke W32 builds
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-14 12:39 UTC by LRN
Modified: 2014-05-14 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
No need for beaches on W32 (839 bytes, patch)
2014-05-14 12:39 UTC, LRN
committed Details | Review

Description LRN 2014-05-14 12:39:40 UTC
The "breach" is unused if G_OS_WIN32 is defined.
Comment 1 LRN 2014-05-14 12:39:43 UTC
Created attachment 276527 [details] [review]
No need for beaches on W32
Comment 2 Tim-Philipp Müller 2014-05-14 12:42:11 UTC
Was fixing it just as you posted the bug url, sorry :)

commit 48b608337beb2fd539b83dd10fc3440a67370adc
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Wed May 14 13:40:03 2014 +0100

    pluginloader: fix compiler warning on windows
    
    gstpluginloader.c:584:1: error: label 'beach' defined but not used
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730125
Comment 3 Tim-Philipp Müller 2014-05-14 12:42:49 UTC
Comment on attachment 276527 [details] [review]
No need for beaches on W32

Committed the same thing.