diff options
Diffstat (limited to 'gcc/ada/i-cobol.adb')
-rw-r--r-- | gcc/ada/i-cobol.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/i-cobol.adb b/gcc/ada/i-cobol.adb index b25028e9ec7..7dc1f851bed 100644 --- a/gcc/ada/i-cobol.adb +++ b/gcc/ada/i-cobol.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 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- -- @@ -984,6 +984,7 @@ package body Interfaces.COBOL is return Boolean is Val : Num; + pragma Unreferenced (Val); begin Val := To_Decimal (Item, Format); |