aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r--gcc/c-opts.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index b1dcc04..e353119 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -991,8 +991,6 @@ c_common_post_options (const char **pfilename)
"-Wformat-nonliteral ignored without -Wformat");
warning (OPT_Wformat_security,
"-Wformat-security ignored without -Wformat");
- warning (OPT_Wmissing_format_attribute,
- "-Wmissing-format-attribute ignored without -Wformat");
}
/* C99 requires special handling of complex multiplication and division;