diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-17 15:59:24 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-17 15:59:24 +0000 |
commit | c22457638e9619aae6eeb8c9d2f010b3f8d6fd8e (patch) | |
tree | cdd900096ab2142a7112f8c8d50a6215f1ccc075 /gcc/ada/system-linux-s390.ads | |
parent | 76f3b2877c0469e165736fa3bf61d5b1ab98dd8c (diff) | |
download | gcc-c22457638e9619aae6eeb8c9d2f010b3f8d6fd8e.tar.gz |
2007-04-17 Andreas Krebbel <krebbel1@de.ibm.com>
PR ada/31576
* system-linux-alpha.ads: Disable constant condition warning for the
Default_Bit_Order variable.
* system-linux-s390.ads: Likewise.
* system-linux-s390x.ads: Likewise.
* system-linux-sparc.ads: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/system-linux-s390.ads')
-rw-r--r-- | gcc/ada/system-linux-s390.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/system-linux-s390.ads b/gcc/ada/system-linux-s390.ads index 49e4cad19a8..2a1e617f0cd 100644 --- a/gcc/ada/system-linux-s390.ads +++ b/gcc/ada/system-linux-s390.ads @@ -87,6 +87,7 @@ pragma Pure (System); type Bit_Order is (High_Order_First, Low_Order_First); Default_Bit_Order : constant Bit_Order := High_Order_First; + pragma Warnings (Off, Default_Bit_Order); -- kill constant condition warning -- Priority-related Declarations (RM D.1) |