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 343929 - Use of // in public header
Use of // in public header
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-05 16:06 UTC by Torsten Schoenfeld
Modified: 2006-06-09 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove //-style comment (570 bytes, patch)
2006-06-05 16:07 UTC, Torsten Schoenfeld
committed Details | Review

Description Torsten Schoenfeld 2006-06-05 16:06:24 UTC
gstsegment.h has a //-style comment.  Please don't do that; it breaks compilation of dependant projects with certain compiler flags.  Patch attached.
Comment 1 Torsten Schoenfeld 2006-06-05 16:07:44 UTC
Created attachment 66784 [details] [review]
Remove //-style comment
Comment 2 Michael Smith 2006-06-06 13:11:33 UTC
Thanks. Sorry about that, fix committed.