Commit 511daaf5 by Paolo Carlini Committed by Paolo Carlini

pr58380.C: Suppress warnings with "-w".

2013-09-12  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/torture/pr58380.C: Suppress warnings with "-w".

From-SVN: r202533
parent a854f856
2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/torture/pr58380.C: Suppress warnings with "-w".
2013-09-12 Martin Jambor <mjambor@suse.cz>
PR ipa/58389
......
// { dg-do compile }
// { dg-options "-w" }
class iplugin_factory;
class idocument_plugin_factory {
virtual idocument_plugin_factory *create_plugin(iplugin_factory &, int &);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment