From d05b783322d90208b2ddf06a5ebffc7c301be3d7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 12 Jan 2016 16:17:21 +0000 Subject: [PATCH] Fix compiler warning Fixes https://github.com/behdad/harfbuzz/issues/212 --- src/hb-ot-tag.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index 01ce92038..9a6a1207b 100644 --- a/src/hb-ot-tag.cc +++ b/src/hb-ot-tag.cc @@ -927,6 +927,7 @@ hb_ot_tag_to_language (hb_tag_t tag) } } +#ifdef MAIN static inline void test_langs_sorted (void) { @@ -942,7 +943,6 @@ test_langs_sorted (void) } } -#ifdef MAIN int main (void) {