Commit 86907740 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/misc.c (gnat_post_options): Clear warn_return_type.

From-SVN: r254459
parent de4381a4
2017-11-06 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/misc.c (gnat_post_options): Clear warn_return_type.
2017-10-31 Eric Botcazou <ebotcazou@adacore.com>
PR ada/82785
......
......@@ -262,6 +262,9 @@ gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED)
/* No psABI change warnings for Ada. */
warn_psabi = 0;
/* No return type warnings for Ada. */
warn_return_type = 0;
/* No caret by default for Ada. */
if (!global_options_set.x_flag_diagnostics_show_caret)
global_dc->show_caret = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment