diff options
author | Arnaud Charlet <charlet@adacore.com> | 2008-03-26 07:53:37 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-03-26 08:53:37 +0100 |
commit | c5d31169ee7d486de1e45128ede9097d114386e8 (patch) | |
tree | 0bd1bbfdef4f3ae7ee45197d12e28f3908b00b73 /gcc/ada/uintp.adb | |
parent | b501b2513abb6362b9a98790214f55ef1f700dfa (diff) | |
download | gcc-c5d31169ee7d486de1e45128ede9097d114386e8.zip gcc-c5d31169ee7d486de1e45128ede9097d114386e8.tar.gz gcc-c5d31169ee7d486de1e45128ede9097d114386e8.tar.bz2 |
s-proinf-irix-athread.ads, [...]: Minor reformatting.
* s-proinf-irix-athread.ads, s-vxwork-mips.ads,
s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
comments.
From-SVN: r133590
Diffstat (limited to 'gcc/ada/uintp.adb')
-rw-r--r-- | gcc/ada/uintp.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/uintp.adb b/gcc/ada/uintp.adb index 4ee886e..1f79670 100644 --- a/gcc/ada/uintp.adb +++ b/gcc/ada/uintp.adb @@ -1280,6 +1280,8 @@ package body Uintp is Discard_Quotient : Boolean; Discard_Remainder : Boolean) is + pragma Warnings (Off, Quotient); + pragma Warnings (Off, Remainder); begin pragma Assert (Right /= Uint_0); |