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 711258 - sdp: fix duplicate 'const' declaration warnings
sdp: fix duplicate 'const' declaration warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-01 14:24 UTC by Matthieu Bouron
Modified: 2013-11-01 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sdp: fix duplicate const declaration warnings (1.37 KB, patch)
2013-11-01 14:25 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-11-01 14:24:11 UTC
Fix duplicate 'const' declaration warnings produced with llvm 5.0 on osx >= 10.8.5.
Comment 1 Matthieu Bouron 2013-11-01 14:25:55 UTC
Created attachment 258735 [details] [review]
sdp: fix duplicate const declaration warnings
Comment 2 Sebastian Dröge (slomo) 2013-11-01 14:28:04 UTC
commit a4996f133b1ac7d43a135cb42b2f7f4b26eee625
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Fri Nov 1 14:22:13 2013 +0000

    sdp: fix duplicate 'const' declaration warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711258