* gnat.dg/interface5.adb: Compile with warnings disabled.

From-SVN: r165186
This commit is contained in:
Arnaud Charlet 2010-10-08 14:32:54 +00:00 committed by Arnaud Charlet
parent ab86687c53
commit e899aa1613
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-08 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/interface5.adb: Compile with warnings disabled.
2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
* obj-c++.dg/encode-10.mm: New testcase.

View File

@ -1,4 +1,5 @@
-- { dg-do compile }
-- { dg-options "-gnatws" }
package body interface5 is
function F (Object : Child) return access Child is
begin