From 382d35e0dff85bc87fe03adfa8283090e7509f70 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Wed, 20 Aug 2008 14:33:17 +0200 Subject: [PATCH] usage.adb: Minor change to avoid overlong line for -gnatwz/Z 2008-08-20 Robert Dewar * usage.adb: Minor change to avoid overlong line for -gnatwz/Z From-SVN: r139279 --- gcc/ada/usage.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 7478010..22a0813 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -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 -- 2.7.4