summaryrefslogtreecommitdiff
path: root/gcc/ada/s-parint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-parint.adb')
-rw-r--r--gcc/ada/s-parint.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/s-parint.adb b/gcc/ada/s-parint.adb
index 4d8e80d2706..d8402d7852c 100644
--- a/gcc/ada/s-parint.adb
+++ b/gcc/ada/s-parint.adb
@@ -7,9 +7,9 @@
-- B o d y --
-- (Dummy body for non-distributed case) --
-- --
--- $Revision: 1.21 $
+-- $Revision$
-- --
--- Copyright (C) 1995-2000 Free Software Foundation, Inc. --
+-- Copyright (C) 1995-2001 Free Software Foundation, Inc. --
-- --
-- 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- --
@@ -36,6 +36,8 @@
package body System.Partition_Interface is
+ pragma Warnings (Off); -- supress warnings for unreferenced formals
+
M : constant := 7;
type String_Access is access String;