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 398920 - enumerator value overflows INT_MAX in gtktextbuffer.h
enumerator value overflows INT_MAX in gtktextbuffer.h
Status: RESOLVED DUPLICATE of bug 346757
Product: gtk+
Classification: Platform
Component: Widget: Other
2.10.x
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-01-21 02:32 UTC by David L. Cooper II
Modified: 2007-01-21 17:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David L. Cooper II 2007-01-21 02:32:22 UTC
Please describe the problem:
During the compilation of GTK+ on Solaris 10 w/Sun Studio 11, the following warning is generated repeatedly:
"../gtk/gtktextbuffer.h", line 52: warning: enumerator value overflows INT_MAX (2147483647)
"../gtk/gtktextbuffer.h", line 53: warning: enumerator value overflows INT_MAX (2147483647)
"../gtk/gtktextbuffer.h", line 55: warning: enumerator value overflows INT_MAX (2147483647)


Steps to reproduce:
1. configure
2. gmake
3. 


Actual results:
These warnings are produced.

Expected results:
No warnings.

Does this happen every time?
Yes

Other information:
Comment 1 Matthias Clasen 2007-01-21 17:58:33 UTC

*** This bug has been marked as a duplicate of 346757 ***