diff options
Diffstat (limited to 'gcc/ada/s-purexc.ads')
-rw-r--r-- | gcc/ada/s-purexc.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-purexc.ads b/gcc/ada/s-purexc.ads index 400c730f952..a327f48bf0a 100644 --- a/gcc/ada/s-purexc.ads +++ b/gcc/ada/s-purexc.ads @@ -33,9 +33,7 @@ -- an exception message. It can be used from Pure units. This unit is for -- internal use only, it is not generally available to applications. -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); package System.Pure_Exceptions is pragma Pure; |