Added -Wno-format-y2k (missed this commit).

This commit is contained in:
tv 1998-08-20 20:31:24 +00:00
parent 446dbdcc82
commit 58e1b9d28c

View File

@ -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. */