Commit b501d443 by Richard Guenther Committed by Richard Biener

decl.c (grokdeclarator): Fix ambiguous pedwarn message.

2005-10-20  Richard Guenther  <rguenther@suse.de>

	* decl.c (grokdeclarator): Fix ambiguous pedwarn message.

From-SVN: r105662
parent 7058c3be
2005-10-20 Richard Guenther <rguenther@suse.de>
* decl.c (grokdeclarator): Fix ambiguous pedwarn message.
2005-10-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/22293
......
......@@ -7570,7 +7570,7 @@ grokdeclarator (const cp_declarator *declarator,
}
if (ctype == current_class_type)
pedwarn ("extra qualification %<%T::%> on member %qs ignored",
pedwarn ("extra qualification %<%T::%> on member %qs",
ctype, name);
else if (TREE_CODE (type) == FUNCTION_TYPE)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment