From: Jason Merrill Date: Fri, 1 Feb 2002 19:51:42 +0000 (-0500) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2f6a4b0775798e57d426761a4f5e989c3df42eb;p=gcc.git fix typo From-SVN: r49408 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 097b562281d..41a68892f5a 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. */