Correct fix for glib-mkenum warning

This commit is contained in:
Behdad Esfahbod 2018-09-30 18:26:45 +02:00
parent 1dd1e56bf4
commit ad1c190ecf
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ typedef struct hb_glyph_info_t
typedef enum { /*< flags >*/
HB_GLYPH_FLAG_UNSAFE_TO_BREAK = 0x00000001,
/*< private >*/
HB_GLYPH_FLAG_DEFINED = 0x00000001 /* OR of all defined flags */
HB_GLYPH_FLAG_DEFINED = 0x00000001 /*< skip >*/ /* OR of all defined flags */
} hb_glyph_flags_t;
HB_EXTERN hb_glyph_flags_t