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 320852 - Fix build with gcc 2.95
Fix build with gcc 2.95
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
2.12.x
Other All
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-07 07:58 UTC by Jens Granseuer
Modified: 2005-11-08 12:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
C89 build fix (307 bytes, patch)
2005-11-07 07:59 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2005-11-07 07:58:40 UTC
Version details: 2.12.1

The following patch fixes a compilation issue with gcc 2.95 due to C99-style
variable declaration.
Comment 1 Jens Granseuer 2005-11-07 07:59:07 UTC
Created attachment 54404 [details] [review]
C89 build fix
Comment 2 Mark McLoughlin 2005-11-08 12:28:31 UTC
Thanks Jens, committed to HEAD

2005-11-08  Mark McLoughlin  <mark@skynet.ie>

        Patch from Jens Granseuer <jensgr@gmx.net> in bug #320852

        * gconf/gconf-listeners.c: (ltable_insert): remove C99
        usage.