GNOME Bugzilla – Bug 524695
libpanelappletmm/factory.h: warning: unused parameter ‘iid’
Last modified: 2008-03-28 11:43:41 UTC
When building against libpanelappletmm, I get this warning: /usr/include/libpanelappletmm-2.6/libpanelappletmm/factory.h: In instantiation of ‘bool Gnome::Panel::<unnamed>::applet_factory_callback(PanelApplet*, const Glib::ustring&) [with DerivedApplet = Applet]’: /usr/include/libpanelappletmm-2.6/libpanelappletmm/factory.h:97: instantiated from ‘int Gnome::Panel::factory_main(const Glib::ustring&) [with DerivedApplet = Applet]’ src/main.cpp:30: instantiated from here /usr/include/libpanelappletmm-2.6/libpanelappletmm/factory.h:70: warning: unused parameter ‘iid’
Created attachment 108129 [details] [review] Remove the unused 'iid'.
Setting version to 2.22. Reproducing the bug probably needs you to have -Wextra in the compile flags.
Fixed in svn. Thanks. Please patch the ChangeLog in future.