diff options
Diffstat (limited to 'gcc/ada/s-conca2.ads')
-rw-r--r-- | gcc/ada/s-conca2.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-conca2.ads b/gcc/ada/s-conca2.ads index 2ea839772f4..b0fa85956af 100644 --- a/gcc/ada/s-conca2.ads +++ b/gcc/ada/s-conca2.ads @@ -32,9 +32,7 @@ -- This package contains a procedure for runtime concatenation of two string -- operands. It is used when we want to save space in the generated code. -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); package System.Concat_2 is |