diff options
Diffstat (limited to 'gcc/ada/s-assert.ads')
-rw-r--r-- | gcc/ada/s-assert.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-assert.ads b/gcc/ada/s-assert.ads index b3f10b7e3cb..a890f406065 100644 --- a/gcc/ada/s-assert.ads +++ b/gcc/ada/s-assert.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -36,6 +36,10 @@ -- 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 Assert_Failure : exception; |