Commit 49331b42 by Arnaud Charlet

ug_words: Add entries for -gnatw.b/-gnatw.B

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* ug_words: Add entries for -gnatw.b/-gnatw.B

	* vms_data.ads: Add entries for -gnatw.b/-gnatw.B

From-SVN: r138717
parent c1bacb90
2008-08-05 Sergey Rybin <rybin@adacore.com>
* gnat_ugn.texi: Changing the description of the gnatcheck metrics
rule according to the change in the rule option.
Add documentation for -gnatw.b/-gnatw.B
2008-08-05 Robert Dewar <dewar@adacore.com>
* ug_words: Add entries for -gnatw.b/-gnatw.B
* vms_data.ads: Add entries for -gnatw.b/-gnatw.B
2008-08-05 Vincent Celier <celier@adacore.com>
* a-wtdeio.adb (Put (Current_Output)): Use Fore in the call to Put
......@@ -120,6 +120,8 @@ gcc -c ^ GNAT COMPILE
-gnatw.A ^ /WARNINGS=NO_FAILING_ASSERTIONS
-gnatwb ^ /WARNINGS=BAD_FIXED_VALUES
-gnatwB ^ /WARNINGS=NO_BAD_FIXED_VALUES
-gnatw.b ^ /WARNINGS=BIASED_REPRESENTATION
-gnatw.B ^ /WARNINGS=NO_BIASED_REPRESENTATION
-gnatwc ^ /WARNINGS=CONDITIONALS
-gnatwC ^ /WARNINGS=NOCONDITIONALS
-gnatw.c ^ /WARNINGS=MISSING_COMPONENT_CLAUSES
......
......@@ -2769,6 +2769,10 @@ package VMS_Data is
"-gnatwb " &
"NO_BAD_FIXED_VALUES " &
"-gnatwB " &
"BIASED_REPRESENTATION " &
"-gnatw.b " &
"NO_BIASED_REPRESENTATION " &
"-gnatw.B " &
"CONDITIONALS " &
"-gnatwc " &
"NOCONDITIONALS " &
......
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