Skip to content
Snippets Groups Projects
Commit 0402d00e authored by Dominique d'Humieres's avatar Dominique d'Humieres
Browse files

key2.C: Silence the [-Wreturn-type] warning.

2018-12-29  Dominique d'Humieres  <dominiq@gcc.gnu.org>

	* g++.dg/abi/key2.C: Silence the [-Wreturn-type] warning.

From-SVN: r267469
parent ede9dea5
No related branches found
No related tags found
No related merge requests found
2018-12-29 Dominique d'Humieres <dominiq@gcc.gnu.org>
* g++.dg/abi/key2.C: Silence the [-Wreturn-type] warning.
2018-12-29 Steven G. Kargl <kargl@gcc.gnu.org>
 
* gfortran.dg/ieee/ieee_11.F90: New test.
......
......@@ -14,4 +14,4 @@ class f
} c;
inline void f::g() {}
int sub(void)
{}
{return 0;}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment