path: Silence warnings

gcc complains that:

cairo-path-fixed.c:400: warning: inlining failed in call to
  '_cairo_path_fixed_drop_line_to': call is unlikely and code size
  would grow
This commit is contained in:
Andrea Canciani 2010-12-10 11:21:26 +01:00
parent c05135a348
commit 5eadc286d8

View file

@ -396,7 +396,7 @@ _cairo_path_fixed_penultimate_point (cairo_path_fixed_t *path)
}
}
static inline void
static void
_cairo_path_fixed_drop_line_to (cairo_path_fixed_t *path)
{
cairo_path_buf_t *buf;