diff options
Diffstat (limited to 'gcc/ada/s-addope.ads')
-rw-r--r-- | gcc/ada/s-addope.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-addope.ads b/gcc/ada/s-addope.ads index 680fe35ae4e..99026bd218e 100644 --- a/gcc/ada/s-addope.ads +++ b/gcc/ada/s-addope.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-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- -- @@ -42,6 +42,10 @@ -- inappropriate use by applications programs). In addition, the logical -- operations may not be available if type Address is a signed integer. +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + package System.Address_Operations is pragma Pure; |