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 344786 - cvs fails to compile -- unused parameter 'obj' in recentchooser.h
cvs fails to compile -- unused parameter 'obj' in recentchooser.h
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-06-13 17:30 UTC by Elijah Newren
Modified: 2006-06-16 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Better fix (723 bytes, patch)
2006-06-15 18:12 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-13 17:30:15 UTC
Another one, after working around 344771:

../../gtk/gtkmm/recentchooser.h:266: warning: unused parameter 'obj'
make[5]: *** [recentchooser.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2

Simple workaround is adding a "(void)obj;" statement.
Comment 1 Elijah Newren 2006-06-15 18:12:33 UTC
Created attachment 67440 [details] [review]
Better fix
Comment 2 Murray Cumming 2006-06-16 21:29:37 UTC
Looks fine. Please commit.