diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/usage.adb | 8 |
1 files 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 |