OSDN Git Service

fix typo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 19:51:42 +0000 (19:51 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 19:51:42 +0000 (19:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49408 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl.c

index 097b562..41a6889 100644 (file)
@@ -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.  */