X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3003.cs;h=066195e6579643e7342eceb932c25ea20bc2d53f;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=d14aa1432c104b025f6b2ff2f363da2cc57b3bf0;hpb=c4aef31eeea309e6a795c84c098ac8e1a2490340;p=mono.git diff --git a/mcs/errors/cs3003.cs b/mcs/errors/cs3003.cs index d14aa1432c1..066195e6579 100644 --- a/mcs/errors/cs3003.cs +++ b/mcs/errors/cs3003.cs @@ -1,9 +1,10 @@ -// cs3003.cs: Type of `CLSClass.value' is not CLS-compliant -// Line: 8 +// CS3003: Type of `CLSClass.value' is not CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)] public class CLSClass { protected uint value; -} \ No newline at end of file +}