Avoid a compiler warning
This commit is contained in:
parent
e998cec1d9
commit
b81db8d3d8
|
@ -312,9 +312,9 @@ hb_cairo_paint_custom_palette_color (hb_paint_funcs_t *funcs,
|
||||||
unsigned int color_index,
|
unsigned int color_index,
|
||||||
void *user_data HB_UNUSED)
|
void *user_data HB_UNUSED)
|
||||||
{
|
{
|
||||||
|
#ifdef CAIRO_COLOR_PALETTE_CUSTOM
|
||||||
cairo_t *cr = (cairo_t *) paint_data;
|
cairo_t *cr = (cairo_t *) paint_data;
|
||||||
|
|
||||||
#ifdef CAIRO_COLOR_PALETTE_CUSTOM
|
|
||||||
cairo_font_options_t *options;
|
cairo_font_options_t *options;
|
||||||
double red, green, blue, alpha;
|
double red, green, blue, alpha;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue