(finish_struct): Fix typo in transparent union warning that led to core dump.
From-SVN: r11161
This commit is contained in:
parent
e64bb70660
commit
d787aad9e5
1 changed files with 1 additions and 1 deletions
|
@ -5720,7 +5720,7 @@ finish_struct (t, fieldlist, attributes)
|
|||
&& TYPE_MODE (t) != DECL_MODE (TYPE_FIELDS (t)))
|
||||
{
|
||||
TYPE_TRANSPARENT_UNION (t) = 0;
|
||||
warning ("cannot make `%s' a transparent union");
|
||||
warning ("union cannot be made transparent");
|
||||
}
|
||||
|
||||
/* If this structure or union completes the type of any previous
|
||||
|
|
Loading…
Add table
Reference in a new issue