Avoid compilation warnings
[rodin/chimara.git] / libchimara / style.c
index f6093d9a0884c6d3dc5ca8134aaf4326a82506fa..1b13e61e7ebbd4fbf77f24c17bf92a9478602e7e 100644 (file)
@@ -33,6 +33,20 @@ glk_set_style(glui32 styl)
        glk_set_style_stream(glk_data->current_stream, styl);
 }
 
+static const gchar* TAG_NAMES[] = {
+       "normal",
+       "emphasized",
+       "preformatted",
+       "header",
+       "subheader",
+       "alert",
+       "note",
+       "block-quote",
+       "input",
+       "user1",
+       "user2"
+};
+
 /* Internal function: mapping from style enum to tag name */
 static gchar*
 get_tag_name(glui32 style)