From: jason Date: Fri, 1 Feb 2002 19:51:42 +0000 (+0000) Subject: fix typo X-Git-Tag: upstream/4.9.2~88980 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a15ee905c0a1cf652a7351f5483396753a29a03;p=platform%2Fupstream%2Flinaro-gcc.git fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49408 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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. */