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 554484 - Patch to silence an 'unused parameter' warning
Patch to silence an 'unused parameter' warning
Status: RESOLVED FIXED
Product: libgdamm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-09-30 18:50 UTC by Deng Xiyue
Modified: 2011-01-16 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libgdamm_unused_parameter_warning.patch (1.05 KB, patch)
2008-09-30 18:57 UTC, Deng Xiyue
none Details | Review

Description Deng Xiyue 2008-09-30 18:50:34 UTC
[Forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472834 , reported by Norbert Kiesel <nkiesel@tbdnetworks.com>]
An unused parameter in libgda/libgdamm/value.h may cause a warning using strict g++ option, which in turn can be promoted in to an error with -Werror and is not good for software depending on it.  The patch from Norbert silences it by commenting out the unused parameter.
Comment 1 Deng Xiyue 2008-09-30 18:57:50 UTC
Created attachment 119671 [details] [review]
libgdamm_unused_parameter_warning.patch

Proposed patch with ChangeLog modification.
Comment 2 Murray Cumming 2008-09-30 19:18:57 UTC
Looks good. Someone please apply.
Comment 3 Murray Cumming 2008-12-12 11:40:18 UTC
Committed to trunk and the 3.0 branch. Thanks.