Added -Wno-format-y2k (missed this commit).
This commit is contained in:
parent
446dbdcc82
commit
58e1b9d28c
1
gnu/dist/gcc/c-tree.h
vendored
1
gnu/dist/gcc/c-tree.h
vendored
@ -472,6 +472,7 @@ extern int warn_traditional;
|
||||
/* Warn about *printf or *scanf format/argument anomalies. */
|
||||
|
||||
extern int warn_format;
|
||||
extern int warn_format_y2k;
|
||||
|
||||
/* Warn about a subscript that has type char. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user