tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1807adf70ba8e2a8e6ae0a8e0e92930ca8105b5d

commit 1807adf70ba8e2a8e6ae0a8e0e92930ca8105b5d
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Apr 20 15:00:13 2015 +0100

    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;
 }

-- 


Reply via email to