summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-12-10 11:21:26 +0100
committerAndrea Canciani <ranma42@gmail.com>2010-12-13 11:09:20 +0100
commit5eadc286d87fa5bdd6bd5583db52742da9acfc70 (patch)
treea28dadaa8900dd39ff2447f0ff3a8658609515c5 /src/cairo-path-fixed.c
parentc05135a3480a2d5c0e1d594ab0d111dac648fe4d (diff)
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
Diffstat (limited to 'src/cairo-path-fixed.c')
-rw-r--r--src/cairo-path-fixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-fixed.c b/src/cairo-path-fixed.c
index 66918a5c1..e3e273b46 100644
--- a/src/cairo-path-fixed.c
+++ b/src/cairo-path-fixed.c
@@ -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;