diff options
Diffstat (limited to 'gcc/ada/s-exctab.adb')
-rw-r--r-- | gcc/ada/s-exctab.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-exctab.adb b/gcc/ada/s-exctab.adb index ddf1dfa65d1..5f2228ceb1a 100644 --- a/gcc/ada/s-exctab.adb +++ b/gcc/ada/s-exctab.adb @@ -29,9 +29,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); with System.HTable; with System.Soft_Links; use System.Soft_Links; |