From: Jason Merrill Date: Sun, 29 Dec 2002 06:03:42 +0000 (-0500) Subject: change error to warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65e7caddc90f73212604de462140e837ace636d8;p=gcc.git change error to warning From-SVN: r60590 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/anon1.C b/gcc/testsuite/g++.old-deja/g++.other/anon1.C index 87948481d2b..7b011e91eee 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/anon1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/anon1.C @@ -3,4 +3,4 @@ static union { union { }; -}; // ERROR - anonymous union with no members +}; // WARNING - anonymous union with no members