From 7a15ee905c0a1cf652a7351f5483396753a29a03 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 1 Feb 2002 19:51:42 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49408 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 097b562..41a6889 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -14256,7 +14256,7 @@ finish_function (flags) && !current_function_returns_abnormally /* If we have -Wreturn-type, let flow complain. Unless we're an inline function, as we might never be compiled separately. */ - && (!warn_return_type || DECL_INLINE (fndecl)) + && (!warn_return_type || DECL_INLINE (fndecl))) warning ("no return statement in function returning non-void"); /* Clear out memory we no longer need. */ -- 2.7.4