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 521667 - compile errors
compile errors
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: general
1.22.x
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-03-10 20:41 UTC by Jens Granseuer
Modified: 2008-09-22 20:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fixes (1.82 KB, patch)
2008-03-10 20:41 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2008-03-10 20:41:12 UTC
The following patch fixes several C99 idioms that lead to compilation errors with older compilers like gcc 2.x. It also removes a few unused variables.
Comment 1 Jens Granseuer 2008-03-10 20:41:39 UTC
Created attachment 107009 [details] [review]
C89 fixes
Comment 2 Jens Granseuer 2008-04-07 21:19:49 UTC
This hasn't been fixed in 2.22.1.
Comment 3 Li Yuan 2008-04-08 01:59:57 UTC
Yes, the patch is only committed into at-spi 1.23. Do you need to fix this in 1.22?
Comment 4 Jens Granseuer 2008-04-08 16:02:54 UTC
I don't absolutely need it, but it would be nice to have so I don't have to patch the releases locally.