aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-strops.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-strops.ads')
-rw-r--r--gcc/ada/s-strops.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-strops.ads b/gcc/ada/s-strops.ads
index 5f59fde37c5..54ac74578a6 100644
--- a/gcc/ada/s-strops.ads
+++ b/gcc/ada/s-strops.ads
@@ -36,9 +36,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 System.String_Ops is
pragma Pure;