remove compiler warning
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user