diff options
author | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2017-09-29 12:53:24 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2017-09-29 12:53:24 +0000 |
commit | 5b1265cc8651f7395ee2009ccd610eadd8fdedf7 (patch) | |
tree | fb72d81fbf379d5d9c327cfb9b48ec4427952477 /gcc/ada/sinput-c.adb | |
parent | 5e865972a403481d8407c757e51681ffe4b1ddf3 (diff) | |
download | gcc-5b1265cc8651f7395ee2009ccd610eadd8fdedf7.zip gcc-5b1265cc8651f7395ee2009ccd610eadd8fdedf7.tar.gz gcc-5b1265cc8651f7395ee2009ccd610eadd8fdedf7.tar.bz2 |
[multiple changes]
2017-09-29 Justin Squirek <squirek@adacore.com>
* sem_ch8.adb (Note_Redundant_Use): Add guard to protect against false
redundant warnings.
2017-09-29 Yannick Moy <moy@adacore.com>
* sinput-c.adb: Remove unused with-clause on Ada.Unchecked_Conversion.
2017-09-29 Eric Botcazou <ebotcazou@adacore.com>
* doc/gnat_rm/representation_clauses_and_pragmas.rst: Minor rewording.
* doc/gnat_rm/implementation_defined_pragmas.rst (Optimize_Alignment):
Document the effect of pragma Optimize_Alignment (Space) on non-packed
record types.
* gnat_rm.texi: Regenerate.
From-SVN: r253284
Diffstat (limited to 'gcc/ada/sinput-c.adb')
-rw-r--r-- | gcc/ada/sinput-c.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/sinput-c.adb b/gcc/ada/sinput-c.adb index fe9285c..645f0da 100644 --- a/gcc/ada/sinput-c.adb +++ b/gcc/ada/sinput-c.adb @@ -28,8 +28,6 @@ with Opt; use Opt; with Output; use Output; with System; use System; -with Ada.Unchecked_Conversion; - pragma Warnings (Off); -- This package is used also by gnatcoll with System.OS_Lib; use System.OS_Lib; |