diff options
Diffstat (limited to 'gcc/ada/s-stoele.ads')
-rw-r--r-- | gcc/ada/s-stoele.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-stoele.ads b/gcc/ada/s-stoele.ads index 2bc6c8bb20e..ef75211430c 100644 --- a/gcc/ada/s-stoele.ads +++ b/gcc/ada/s-stoele.ads @@ -39,6 +39,10 @@ -- extra declarations that can be introduced into System using Extend_System. -- It is a good idea to avoid use clauses for this package! +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + package System.Storage_Elements is pragma Pure; -- Note that we take advantage of the implementation permission to make |