diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2022-10-14 16:28:58 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2022-11-08 09:35:00 +0100 |
commit | c523e3f1ea9b451fddc4c535009b3eecffc4ac4a (patch) | |
tree | e7269d6cda6435a14c16038871b29bbbd64d9b74 /gcc/ada/doc/gnat_ugn | |
parent | f2fa41b442ae6b6ab1fbde82d31abcd986b9f1f3 (diff) | |
download | gcc-c523e3f1ea9b451fddc4c535009b3eecffc4ac4a.zip gcc-c523e3f1ea9b451fddc4c535009b3eecffc4ac4a.tar.gz gcc-c523e3f1ea9b451fddc4c535009b3eecffc4ac4a.tar.bz2 |
ada: Align -gnatwc's documentation with its behavior
Shortly after the -gnatwc flag was introduced, its behavior was
tweaked, but its documentation was not updated accordingly.
gcc/ada/
* doc/gnat_ugn/building_executable_programs_with_gnat.rst
(-gnatwc): Fix flag documentation.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc/gnat_ugn')
-rw-r--r-- | gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst index 31e2e31..87fb108 100644 --- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst +++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst @@ -2938,7 +2938,7 @@ of the pragma in the :title:`GNAT_Reference_manual`). tests that are known to be True or False at compile time. The default is that such warnings are not generated. Note that this warning does - not get issued for the use of boolean variables or constants whose + not get issued for the use of boolean constants whose values are known at compile time, since this is a standard technique for conditional compilation in Ada, and this would generate too many false positive warnings. |