diff options
Diffstat (limited to 'gcc/ada/s-mastop.ads')
-rw-r--r-- | gcc/ada/s-mastop.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-mastop.ads b/gcc/ada/s-mastop.ads index c60cae66385..39138bc3929 100644 --- a/gcc/ada/s-mastop.ads +++ b/gcc/ada/s-mastop.ads @@ -31,6 +31,10 @@ -- -- ------------------------------------------------------------------------------ +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 System.Exception_Tables. |