diff options
Diffstat (limited to 'gcc/ada/s-stalib.ads')
-rw-r--r-- | gcc/ada/s-stalib.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-stalib.ads b/gcc/ada/s-stalib.ads index c52083bdd74..15a7864013f 100644 --- a/gcc/ada/s-stalib.ads +++ b/gcc/ada/s-stalib.ads @@ -46,6 +46,10 @@ -- package and the packages it references are included in all Ada programs, -- together with the included data. +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + pragma Polling (Off); -- We must turn polling off for this unit, because otherwise we get -- elaboration circularities with Ada.Exceptions if polling is on. |