projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d9976
)
Fix typo
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 9 Mar 2004 10:00:12 +0000
(10:00 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 9 Mar 2004 10:00:12 +0000
(10:00 +0000)
From-SVN: r79161
gcc/cp/init.c
patch
|
blob
|
history
diff --git
a/gcc/cp/init.c
b/gcc/cp/init.c
index 60a4d047a19e273cdcde0ecf9e9c399f52077fd4..efc9a1323e1c8969c294fc489d435bec6a0e6c4a 100644
(file)
--- a/
gcc/cp/init.c
+++ b/
gcc/cp/init.c
@@
-372,7
+372,7
@@
perform_member_init (tree member, tree init)
else if (TREE_CODE (type) == REFERENCE_TYPE)
pedwarn ("uninitialized reference member `%D'", member);
else if (CP_TYPE_CONST_P (type))
- pedwarn ("uninitialized mber `%D' with `const' type `%T'",
+ pedwarn ("uninitialized m
em
ber `%D' with `const' type `%T'",
member, type);
}
else if (TREE_CODE (init) == TREE_LIST)