Using SunStudio12 on OpenSolaris (build 128a) and get warnings in unnamed struct with -features=extensions
struct xx {
int y;
};
typedef struct y {
int z;
} YY;
warning: unnamed struct member
syntax error before or at: typedef
Not sure why I get error.
Thanks for the help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.opensolaris.org/pipermail/tools-compilers/attachments/20100203/0d6a5fdc/attachment.html>
