mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 11:47:59 +02:00
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:
parent
c05135a348
commit
5eadc286d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue