GNOME Bugzilla – Bug 398920
enumerator value overflows INT_MAX in gtktextbuffer.h
Last modified: 2007-01-21 17:58:33 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:
*** This bug has been marked as a duplicate of 346757 ***