From 65e7caddc90f73212604de462140e837ace636d8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 29 Dec 2002 01:03:42 -0500 Subject: [PATCH] change error to warning From-SVN: r60590 --- gcc/testsuite/g++.old-deja/g++.other/anon1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2