X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3011.cs;h=a87a31126e053dd824c81a4032c665dc689637bc;hb=0b7a3fae240f03ceaf5ea03556cd89603b6302ad;hp=49114c24414e1ae396e738d316fde9d9c321ef0d;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/errors/cs3011.cs b/mcs/errors/cs3011.cs index 49114c24414..a87a31126e0 100644 --- a/mcs/errors/cs3011.cs +++ b/mcs/errors/cs3011.cs @@ -1,5 +1,6 @@ -// cs3011.cs: `CLSClass.Error(System.IComparable)': only CLS-compliant members can be abstract -// Line: 12 +// CS3011: `CLSClass.Error(System.IComparable)': only CLS-compliant members can be abstract +// Line: 10 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant (true)]