change error to warning

From-SVN: r60590
This commit is contained in:
Jason Merrill 2002-12-29 01:03:42 -05:00
parent bdefb2ab19
commit 65e7caddc9

View File

@ -3,4 +3,4 @@
static union {
union {
};
}; // ERROR - anonymous union with no members
}; // WARNING - anonymous union with no members