diff options
author | Robert Dewar <dewar@adacore.com> | 2009-04-17 13:15:47 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-17 15:15:47 +0200 |
commit | 8c64de1e7d8a53dc87dc64ccfe36124c0616faf2 (patch) | |
tree | 29910ae17b466c4a60ec4865f8604167c3ac2fed /gcc/ada/g-byorma.adb | |
parent | 74e63df17ebca7c32f7e3379b8e89fed7355545f (diff) | |
download | gcc-8c64de1e7d8a53dc87dc64ccfe36124c0616faf2.zip gcc-8c64de1e7d8a53dc87dc64ccfe36124c0616faf2.tar.gz gcc-8c64de1e7d8a53dc87dc64ccfe36124c0616faf2.tar.bz2 |
s-conca5.adb, [...]: Remove unneeded pragma Warnings
2009-04-17 Robert Dewar <dewar@adacore.com>
* s-conca5.adb, g-sercom.adb, s-conca5.ads, s-conca7.adb, exp_imgv.adb,
s-conca7.ads, s-crc32.adb, s-crc32.ads, s-conca9.adb, s-conca9.ads,
s-addope.adb, i-cstrin.ads, s-addope.ads, s-carun8.adb, s-carun8.ads,
g-htable.ads, g-hesora.adb, g-hesora.ads, s-htable.adb, s-htable.ads,
s-conca2.adb, s-conca2.ads, a-except.adb, s-conca4.adb, a-except.ads,
s-conca4.ads, s-except.adb, s-except.ads, s-conca6.adb, s-conca6.ads,
g-spchge.adb, g-spchge.ads, g-u3spch.adb, g-u3spch.ads, s-conca8.adb,
s-conca8.ads, g-byorma.adb, g-byorma.ads, s-memory.adb, s-memory.ads,
g-speche.adb, g-speche.ads, g-stsifd-sockets.adb, exp_dist.adb,
s-imgenu.adb, s-imgenu.ads, s-mastop.adb, s-mastop.ads, s-exctab.adb,
s-exctab.ads, s-imenne.adb, s-imenne.ads, s-casuti.adb, osint.adb,
s-assert.adb, s-casuti.ads, s-assert.ads, s-os_lib.adb, s-conca3.adb,
s-conca3.ads: Remove unneeded pragma Warnings
From-SVN: r146263
Diffstat (limited to 'gcc/ada/g-byorma.adb')
-rwxr-xr-x | gcc/ada/g-byorma.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/g-byorma.adb b/gcc/ada/g-byorma.adb index 7e355b0..27138b4 100755 --- a/gcc/ada/g-byorma.adb +++ b/gcc/ada/g-byorma.adb @@ -31,6 +31,8 @@ -- -- ------------------------------------------------------------------------------ +pragma Compiler_Unit; + package body GNAT.Byte_Order_Mark is -------------- |