mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
Merge revs 1.2 (kernel printf framework) and 1.3 (suppress K&R main warnings)
into Gcc 3.2.1 release.
This commit is contained in:
parent
304d1f73fe
commit
cc30d3f890
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107593
@ -3518,7 +3518,7 @@ start_decl (declarator, declspecs, initialized, attributes)
|
||||
switch (TREE_CODE (decl))
|
||||
{
|
||||
case TYPE_DECL:
|
||||
error ("typedef `%s' is initialized",
|
||||
error ("typedef `%s' is initialized (use __typeof__ instead)",
|
||||
IDENTIFIER_POINTER (DECL_NAME (decl)));
|
||||
initialized = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user