summaryrefslogtreecommitdiffstats
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/text.c b/src/text.c
index c509a28..89e460e 100644
--- a/src/text.c
+++ b/src/text.c
@@ -279,6 +279,11 @@ static void
ganv_text_draw(GanvItem* item,
cairo_t* cr, double cx, double cy, double cw, double ch)
{
+ (void)cx;
+ (void)cy;
+ (void)cw;
+ (void)ch;
+
GanvText* text = GANV_TEXT(item);
GanvTextPrivate* impl = text->impl;