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.
This commit is contained in:
Tom Hacohen 2015-04-20 15:00:13 +01:00
parent 7d36abad25
commit 1807adf70b
1 changed files with 0 additions and 1 deletions

View File

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