aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2002-02-01 14:51:42 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-02-01 14:51:42 -0500
commitf2f6a4b0775798e57d426761a4f5e989c3df42eb (patch)
tree3ba88a3fa59117483597c3119ac50f6e1aa12c07 /gcc
parentefe49da0ba74c2fa1efe212d9c91cbdb1680c06d (diff)
downloadgcc-f2f6a4b0775798e57d426761a4f5e989c3df42eb.zip
gcc-f2f6a4b0775798e57d426761a4f5e989c3df42eb.tar.gz
gcc-f2f6a4b0775798e57d426761a4f5e989c3df42eb.tar.bz2
fix typo
From-SVN: r49408
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
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. */