Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=902861
Bug ID: 902861 Summary: pango-font pedantic warnings Product: Fedora Version: 18 Component: pango Severity: unspecified Priority: unspecified Reporter: mike@cchtml.com
Created attachment 685210 --> https://bugzilla.redhat.com/attachment.cgi?id=685210&action=edit pango-font-pedantic.patch
Starting in Pango 1.32, the pango-font.h header tries to store 64-bit values in a 32-bit enumerator. I have changed the enumerator to be #define's instead.
Patch attached.
Version-Release number of selected component (if applicable): pango-1.32.3-1.fc18
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.