summaryrefslogtreecommitdiff
path: root/gcc/ada/a-textio.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-textio.adb')
-rw-r--r--gcc/ada/a-textio.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/a-textio.adb b/gcc/ada/a-textio.adb
index 36a6a167ba8..d8e156cb133 100644
--- a/gcc/ada/a-textio.adb
+++ b/gcc/ada/a-textio.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.81 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -58,6 +58,8 @@ package body Ada.Text_IO is
-------------------
function AFCB_Allocate (Control_Block : Text_AFCB) return FCB.AFCB_Ptr is
+ pragma Warnings (Off, Control_Block);
+
begin
return new Text_AFCB;
end AFCB_Allocate;