diff options
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 1c50c7d..bb712cc 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -549,6 +549,10 @@ begin "missing parenthesis"); Write_Line (" Q turn off warnings for questionable " & "missing parenthesis"); + Write_Line (" .q+ turn on warnings for questionable layout of " & + "record types"); + Write_Line (" .Q* turn off warnings for questionable layout of " & + "record types"); Write_Line (" r+ turn on warnings for redundant construct"); Write_Line (" R* turn off warnings for redundant construct"); Write_Line (" .r+ turn on warnings for object renaming function"); |