diff options
Diffstat (limited to 'gcc/ada/s-conca4.ads')
-rw-r--r-- | gcc/ada/s-conca4.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-conca4.ads b/gcc/ada/s-conca4.ads index c49f5077a51..a6d530c81e6 100644 --- a/gcc/ada/s-conca4.ads +++ b/gcc/ada/s-conca4.ads @@ -32,9 +32,7 @@ -- This package contains a procedure for runtime concatenation of four 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_4 is |