Commit a4ada47e by Bob Duff Committed by Pierre-Marie de Rodat

[Ada] Correct documentation of -gnatw_C switch

2019-12-16  Bob Duff  <duff@adacore.com>

gcc/ada/

	* doc/gnat_ugn/building_executable_programs_with_gnat.rst:
	Correct documentation of -gnatw_C switch
	* gnat_ugn.texi: Regenerate.

From-SVN: r279417
parent 5903c91c
2019-12-16 Bob Duff <duff@adacore.com>
* doc/gnat_ugn/building_executable_programs_with_gnat.rst:
Correct documentation of -gnatw_C switch
* gnat_ugn.texi: Regenerate.
2019-12-16 Joel Brobecker <brobecker@adacore.com> 2019-12-16 Joel Brobecker <brobecker@adacore.com>
* doc/gnat_ugn/building_executable_programs_with_gnat.rst * doc/gnat_ugn/building_executable_programs_with_gnat.rst
......
...@@ -3000,7 +3000,7 @@ of the pragma in the :title:`GNAT_Reference_manual`). ...@@ -3000,7 +3000,7 @@ of the pragma in the :title:`GNAT_Reference_manual`).
.. index:: -gnatw_C (gcc) .. index:: -gnatw_C (gcc)
:switch:`-gnatw_C` :switch:`-gnatw_C`
*Suppress warnings on missing component clauses.* *Suppress warnings on unknown condition in Compile_Time_Warning.*
This switch supresses warnings on a pragma Compile_Time_Warning This switch supresses warnings on a pragma Compile_Time_Warning
or Compile_Time_Error whose condition has a value that is not or Compile_Time_Error whose condition has a value that is not
......
...@@ -11250,7 +11250,7 @@ The default is that such warnings are generated. ...@@ -11250,7 +11250,7 @@ The default is that such warnings are generated.
@item @code{-gnatw_C} @item @code{-gnatw_C}
@emph{Suppress warnings on missing component clauses.} @emph{Suppress warnings on unknown condition in Compile_Time_Warning.}
This switch supresses warnings on a pragma Compile_Time_Warning This switch supresses warnings on a pragma Compile_Time_Warning
or Compile_Time_Error whose condition has a value that is not or Compile_Time_Error whose condition has a value that is not
......
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