From 65e7caddc90f73212604de462140e837ace636d8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 29 Dec 2002 01:03:42 -0500 Subject: change error to warning From-SVN: r60590 --- gcc/testsuite/g++.old-deja/g++.other/anon1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/g++.old-deja/g++.other/anon1.C b/gcc/testsuite/g++.old-deja/g++.other/anon1.C index 8794848..7b011e91 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 -- cgit v1.1