summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-02-22 16:00:59 +0900
committerBehdad Esfahbod <behdad@behdad.org>2016-02-22 16:00:59 +0900
commit89137e325a19d62fb00979e1e8ab2ca59a2c1147 (patch)
treeaa10342d797845e33c851411127ed199a644141f
parent15063b12f7619d4f44981248e28f38c172d12e1f (diff)
Minor
-rw-r--r--src/hb-coretext.cc2
-rw-r--r--src/hb-ot-shape.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 04c5c5c0..90c6653d 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -230,7 +230,7 @@ hb_coretext_face_get_cg_font (hb_face_t *face)
struct hb_coretext_shaper_font_data_t {};
hb_coretext_shaper_font_data_t *
-_hb_coretext_shaper_font_data_create (hb_font_t *font)
+_hb_coretext_shaper_font_data_create (hb_font_t *font HB_UNUSED)
{
return (hb_coretext_shaper_font_data_t *) HB_SHAPER_DATA_SUCCEEDED;
}
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc
index 44653d57..015707da 100644
--- a/src/hb-ot-shape.cc
+++ b/src/hb-ot-shape.cc
@@ -145,7 +145,7 @@ _hb_ot_shaper_face_data_destroy (hb_ot_shaper_face_data_t *data)
struct hb_ot_shaper_font_data_t {};
hb_ot_shaper_font_data_t *
-_hb_ot_shaper_font_data_create (hb_font_t *font)
+_hb_ot_shaper_font_data_create (hb_font_t *font HB_UNUSED)
{
return (hb_ot_shaper_font_data_t *) HB_SHAPER_DATA_SUCCEEDED;
}