diff options
Diffstat (limited to 'gcc/ada/s-htable.ads')
-rw-r--r-- | gcc/ada/s-htable.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-htable.ads b/gcc/ada/s-htable.ads index 95622aea7c5..d5116c69f3b 100644 --- a/gcc/ada/s-htable.ads +++ b/gcc/ada/s-htable.ads @@ -39,6 +39,10 @@ -- The Static_HTable package provides a more complex interface that allows -- complete control over allocation. +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + package System.HTable is pragma Preelaborate; |