diff options
Diffstat (limited to 'gcc/ada/s-strops.adb')
-rw-r--r-- | gcc/ada/s-strops.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-strops.adb b/gcc/ada/s-strops.adb index 4e1a999b46a..44a6a76bf15 100644 --- a/gcc/ada/s-strops.adb +++ b/gcc/ada/s-strops.adb @@ -33,9 +33,7 @@ -- which now generates concatenation inline. It is retained only because -- it may be used during bootstrapping using old versions of the compiler. -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); package body System.String_Ops is |