From: Richard Stallman Date: Sun, 22 Nov 1992 21:21:51 +0000 (+0000) Subject: (W_options): Delete -Wreturn-type, as it is in lang_options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71dabac5ef93118bd2ff8f92eb36fda66e48874f;p=gcc.git (W_options): Delete -Wreturn-type, as it is in lang_options. From-SVN: r2771 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index f5d23719f4f..c700ce3d127 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -685,7 +685,6 @@ struct { char *string; int *variable; int on_value;} W_options[] = {"error", &warnings_are_errors, 1}, {"shadow", &warn_shadow, 1}, {"switch", &warn_switch, 1}, - {"return-type", &warn_return_type, 1}, {"aggregate-return", &warn_aggregate_return, 1}, {"cast-align", &warn_cast_align, 1}, {"uninitialized", &warn_uninitialized, 1},