summaryrefslogtreecommitdiffstats
path: root/gcc/ada/system.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/system.ads')
-rw-r--r--gcc/ada/system.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/system.ads b/gcc/ada/system.ads
index 11359c69d94..fb4e0da166f 100644
--- a/gcc/ada/system.ads
+++ b/gcc/ada/system.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (Compiler Version) --
-- --
--- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -94,6 +94,7 @@ package System is
type Bit_Order is (High_Order_First, Low_Order_First);
Default_Bit_Order : constant Bit_Order :=
Bit_Order'Val (Standard'Default_Bit_Order);
+ pragma Warnings (Off, Default_Bit_Order); -- kill constant condition warning
-- Priority-related Declarations (RM D.1)
OpenPOWER on IntegriCloud