summaryrefslogtreecommitdiff
path: root/gcc/ada/5ointerr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5ointerr.adb')
-rw-r--r--gcc/ada/5ointerr.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/5ointerr.adb b/gcc/ada/5ointerr.adb
index 31726f2acbc..57491bc4cb1 100644
--- a/gcc/ada/5ointerr.adb
+++ b/gcc/ada/5ointerr.adb
@@ -6,9 +6,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.5 $
+-- $Revision$
-- --
--- Copyright (C) 1991-2000 Florida State University --
+-- Copyright (C) 1991-2001 Florida State University --
-- --
-- GNARL 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- --
@@ -43,6 +43,8 @@ with Ada.Exceptions;
package body System.Interrupts is
+ pragma Warnings (Off); -- kill warnings on unreferenced formals
+
use System.Tasking;
-----------------------