From b43f43dbb8b855d456e24bae04cfae5a93ffd2a7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 13 Feb 1998 08:35:02 -0500 Subject: [PATCH] tweak message From-SVN: r17965 --- gcc/cp/friend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index 7263e6426c0..028706ad21b 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -394,7 +394,7 @@ do_friend (ctype, declarator, decl, parmdecls, flags, quals, funcdef_flag) { static int explained; cp_warning ("friend declaration `%#D'", decl); - warning (" will not be treated as a template instantiation"); + warning (" declares a non-template function"); if (! explained) { warning (" unless you compile with -fguiding-decls"); -- 2.30.2