GNOME Bugzilla – Bug 692808
pango-font pedantic warnings
Last modified: 2013-01-29 14:53:42 UTC
Created attachment 234739 [details] [review] pango-font-pedantic.patch Starting in Pango 1.32, the pango-font.h header tries to store unsigned 32-bit values in a signed 32-bit enumerator. I have changed the enumerator to be #define's instead. Patch attached. pango 1.32.3 Actual results: /usr/include/pango-1.0/pango/pango-font.h:380:33: warning: ISO C restricts enumerator values to range of ‘int’ [-pedantic] Expected results: No compile warnings.
Sorry. I see it is fixed in the latest Pango release.