Created
August 8, 2011 21:12
-
-
Save springmeyer/1132757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cairo-pdf-surface.c:5670:13: warning: implicit conversion from enumeration type 'enum _cairo_status' to different | |
enumeration type 'cairo_int_status_t' (aka 'enum _cairo_int_status') [-Wconversion] | |
return CAIRO_STATUS_SUCCESS; | |
~~~~~~ ^~~~~~~~~~~~~~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment