|
From: Greg C. <chi...@mi...> - 2003-10-16 15:49:44
|
Bang Jun-Young wrote:
>
> struct foo {
> int a;
> };
>
> struct {
> struct foo; /* warning */
> int b;
> } bar;
Does the warning say "ISO C doesn't support unnamed structs/unions"?
|