Skip to content

Instantly share code, notes, and snippets.

@auroraeosrose
Created August 1, 2014 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auroraeosrose/e1e9d5ef66ab95320aae to your computer and use it in GitHub Desktop.
Save auroraeosrose/e1e9d5ef66ab95320aae to your computer and use it in GitHub Desktop.
cairo.c
cairo_context.c
cairo_error.c
cairo_font.c
cairo_font_face.c
cairo_font_options.c
cairo_ft_font.c
cairo_image_surface.c
ext\cairo\cairo.c(618) : warning C4090: 'initializing' : different 'const' qualifiers
ext\cairo\cairo_font_options.c(77) : warning C4101: 'temp' : unreferenced local variable
ext\cairo\cairo.c(617) : warning C4101: 'i' : unreferenced local variable
ext\cairo\cairo_font_face.c(119) : warning C4101: 'temp' : unreferenced local variable
ext\cairo\cairo_context.c(2979) : warning C4101: 'temp' : unreferenced local variable
ext\cairo\cairo_ft_font.c(202) : warning C4090: 'initializing' : different 'const' qualifiers
ext\cairo\cairo_ft_font.c(327) : warning C4101: 'temp' : unreferenced local variable
cairo_matrix.c
cairo_path.c
cairo_pattern.c
cairo_pdf_surface.c
c:\php-sdk\php56\vc11\x86\php-5.6.0beta3\ext\cairo\cairo_ft_font.c(104) : warning C4700: uninitialized local variable 'ssbuf' used
cairo_ps_surface.c
cairo_recording_surface.c
cairo_scaled_font.c
cairo_sub_surface.c
ext\cairo\cairo_matrix.c(526) : warning C4101: 'temp' : unreferenced local variable
ext\cairo\cairo_pattern.c(937) : warning C4101: 'temp' : unreferenced local variable
cairo_surface.c
ext\cairo\cairo_path.c(48) : warning C4101: 'temp' : unreferenced local variable
cairo_svg_surface.c
ext\cairo\cairo_scaled_font.c(518) : warning C4101: 'temp' : unreferenced local variable
cairo_win32_font.c
ext\cairo\cairo_surface.c(96) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
ext\cairo\cairo_surface.c(285) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
ext\cairo\cairo_surface.c(604) : warning C4101: 'temp' : unreferenced local variable
ext\cairo\cairo_win32_font.c(278) : warning C4101: 'temp' : unreferenced local variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment