From 1807adf70ba8e2a8e6ae0a8e0e92930ca8105b5d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Apr 2015 15:00:13 +0100 Subject: [PATCH] Ector: remove use of #warning directive as TODO. There's already a fixme in code, and an error output at runtime. As discussed on the ML, using #warning this way is bad. --- src/lib/ector/cairo/ector_renderer_cairo_shape.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ector/cairo/ector_renderer_cairo_shape.c b/src/lib/ector/cairo/ector_renderer_cairo_shape.c index de6aa6d..ceab6c4 100644 --- a/src/lib/ector/cairo/ector_renderer_cairo_shape.c +++ b/src/lib/ector/cairo/ector_renderer_cairo_shape.c @@ -225,7 +225,6 @@ _ector_renderer_cairo_shape_ector_renderer_cairo_base_fill(Eo *obj EINA_UNUSED, { // FIXME: let's find out how to fill a shape with a shape later. // I need to read SVG specification and see how to map that with cairo. -#warning "fill for a shape object is unhandled at this moment in cairo backend." ERR("fill with shape not implemented\n"); return EINA_FALSE; } -- 2.7.4