X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3005-13.cs;h=c00b27e32bb102896ef8ebafa014eb16f6c8a954;hb=38bf98614251a8b8a1e7dd06e59b17ff2f956305;hp=92f8c1e7bfdbde45f531b9e27b33646915bba023;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs3005-13.cs b/mcs/errors/cs3005-13.cs index 92f8c1e7bfd..c00b27e32bb 100644 --- a/mcs/errors/cs3005-13.cs +++ b/mcs/errors/cs3005-13.cs @@ -1,10 +1,6 @@ -// cs3005-13.cs: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant -// Line: 9 -// Compiler options: -warnaserror - -// -// NOTE: This is only an error in MCS - in GMCS, it's just a warning. -// +// CS3005: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant +// Line: 10 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant (true)]