diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 854cd73..8825db1 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -474,6 +474,7 @@ c_decode_option (argc, argv) { "div-by-zero", &warn_div_by_zero }, { "float-equal", &warn_float_equal }, { "format-extra-args", &warn_format_extra_args }, + { "format-zero-length", &warn_format_zero_length }, { "format-nonliteral", &warn_format_nonliteral }, { "format-security", &warn_format_security }, { "format-y2k", &warn_format_y2k }, |