Commit f2170041 by Arnaud Charlet

usage.adb (Usage): Minor rewording of -gnatwz switch, to improve gnatcheck support in GPS.

2008-08-04  Arnaud Charlet  <charlet@adacore.com>

	* usage.adb (Usage): Minor rewording of -gnatwz switch, to improve
	gnatcheck support in GPS.

From-SVN: r138592
parent 53cf4600
...@@ -167,6 +167,11 @@ begin ...@@ -167,6 +167,11 @@ begin
Write_Switch_Char ("ef"); Write_Switch_Char ("ef");
Write_Line ("Full source path in brief error messages"); Write_Line ("Full source path in brief error messages");
-- Line for -gnateG switch
Write_Switch_Char ("eG");
Write_Line ("Generate preprocessed source");
-- Line for -gnateI switch -- Line for -gnateI switch
Write_Switch_Char ("eInn"); Write_Switch_Char ("eInn");
...@@ -450,10 +455,10 @@ begin ...@@ -450,10 +455,10 @@ begin
Write_Line (" .X* turn off warnings for non-local exceptions"); Write_Line (" .X* turn off warnings for non-local exceptions");
Write_Line (" y* turn on warnings for Ada 2005 incompatibility"); Write_Line (" y* turn on warnings for Ada 2005 incompatibility");
Write_Line (" Y turn off warnings for Ada 2005 incompatibility"); Write_Line (" Y turn off warnings for Ada 2005 incompatibility");
Write_Line (" z* turn on convention/size/align warnings for " & Write_Line (" z* turn on warnings for convention/size/align " &
"unchecked conversion"); "mismatch on unchecked conversion");
Write_Line (" Z turn off convention/size/align warnings for " & Write_Line (" Z turn off warnings for convention/size/align " &
"unchecked conversion"); "mismatch on unchecked conversion");
Write_Line (" * indicates default in above list"); Write_Line (" * indicates default in above list");
-- Line for -gnatW switch -- Line for -gnatW switch
......
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