diff options
Diffstat (limited to 'gcc/ada/s-crc32.ads')
-rw-r--r-- | gcc/ada/s-crc32.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-crc32.ads b/gcc/ada/s-crc32.ads index 7f71abe7ade..9737c732800 100644 --- a/gcc/ada/s-crc32.ads +++ b/gcc/ada/s-crc32.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001 Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2007, Free Software Foundation, Inc. -- -- -- -- GNAT 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- -- @@ -56,6 +56,10 @@ -- "Computation of Cyclic Redundancy Checks via Table Look-Up", Communications -- of the ACM, Vol. 31 No. 8, pp.1008-1013 Aug. 1988. Sarwate, D.V. +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + with Interfaces; package System.CRC32 is |