change error to warning
authorJason Merrill <jason@gcc.gnu.org>
Sun, 29 Dec 2002 06:03:42 +0000 (01:03 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 29 Dec 2002 06:03:42 +0000 (01:03 -0500)
From-SVN: r60590

gcc/testsuite/g++.old-deja/g++.other/anon1.C

index 87948481d2b9574ce8660af0202d5234dc0c3234..7b011e91eee4762c6bec2a2202afc48c069d884a 100644 (file)
@@ -3,4 +3,4 @@
 static union {
   union {
   };
-}; // ERROR - anonymous union with no members
+}; // WARNING - anonymous union with no members