diff options
Diffstat (limited to 'gcc/ada/s-soflin.adb')
-rw-r--r-- | gcc/ada/s-soflin.adb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-soflin.adb b/gcc/ada/s-soflin.adb index 0e5c58209f8..c0787d1cc79 100644 --- a/gcc/ada/s-soflin.adb +++ b/gcc/ada/s-soflin.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2006, 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- -- @@ -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 -- an infinite loop from the code within the Poll routine itself. |