diff options
Diffstat (limited to 'gcc/ada/s-assert.ads')
-rw-r--r-- | gcc/ada/s-assert.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-assert.ads b/gcc/ada/s-assert.ads index 525fdad..433e276 100644 --- a/gcc/ada/s-assert.ads +++ b/gcc/ada/s-assert.ads @@ -34,9 +34,7 @@ -- This unit may be used directly from an application program by providing -- an appropriate WITH, and the interface can be expected to remain stable. -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); package System.Assertions is |