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 665868 - Build error in Git Gst-python
Build error in Git Gst-python
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-09 13:21 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-12-09 17:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-12-09 13:21:47 UTC
pbutilsmodule.c: In function 'initpbutils':
pbutilsmodule.c:42:13: error: variable 'gst' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
Comment 1 Tim-Philipp Müller 2011-12-09 17:26:00 UTC
commit 764f344ff03c2ac01c5682b75db1af56e95c805a
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Dec 9 17:24:40 2011 +0000

    pbutilsmodule: avoid unused-but-set-variable compiler warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665868