Commit 382d35e0 by Robert Dewar Committed by Arnaud Charlet

usage.adb: Minor change to avoid overlong line for -gnatwz/Z

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

	* usage.adb: Minor change to avoid overlong line for -gnatwz/Z

From-SVN: r139279
parent bc51c142
......@@ -457,10 +457,10 @@ begin
Write_Line (" .X* turn off warnings for non-local exception");
Write_Line (" y* turn on warnings for Ada 2005 incompatibility");
Write_Line (" Y turn off warnings for Ada 2005 incompatibility");
Write_Line (" z* turn on warnings for convention/size/align " &
"mismatch on unchecked conversion");
Write_Line (" Z turn off warnings for convention/size/align " &
"mismatch on unchecked conversion");
Write_Line (" z* turn on warnings for suspicious " &
"unchecked conversion");
Write_Line (" Z turn off warnings for suspicious " &
"unchecked conversion");
Write_Line (" * indicates default in above list");
-- 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