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 544848 - spurious ';' characters in class scope
spurious ';' characters in class scope
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-07-26 15:09 UTC by Benjamin Herr
Modified: 2008-07-28 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.28 KB, patch)
2008-07-26 15:10 UTC, Benjamin Herr
none Details | Review

Description Benjamin Herr 2008-07-26 15:09:33 UTC
In gtk/src/calendar.h, there are a few extra semicolons that prevent compilation with g++'s -pedantic.
Comment 1 Benjamin Herr 2008-07-26 15:10:12 UTC
Created attachment 115320 [details] [review]
proposed patch
Comment 2 Murray Cumming 2008-07-28 16:17:26 UTC
Thanks. Applied.