remove compiler warning

This commit is contained in:
2017-01-30 11:54:43 +01:00
parent 0195386606
commit c5e3e89e44

View File

@ -31,7 +31,7 @@ typedef enum {
skip_flag = 0x20, skip_flag = 0x20,
default_flag = 0x40, default_flag = 0x40,
compare_flag = 0x80, compare_flag = 0x80,
fix_width_flag = 0x100, fix_width_flag = 0x100
} StreamFormatFlag; } StreamFormatFlag;
typedef enum { typedef enum {