X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3009.cs;h=a7d8008feca5f0ff70dc300ef422356641f9a553;hb=15c0640201fee8407c4a945077e4bc41446bcac7;hp=3aeb60b04bac0e24658f0b9243c54da04b6cd7d8;hpb=0c31213775e39ade10a7ce318be98e2de362da12;p=mono.git diff --git a/mcs/errors/cs3009.cs b/mcs/errors/cs3009.cs index 3aeb60b04ba..a7d8008feca 100644 --- a/mcs/errors/cs3009.cs +++ b/mcs/errors/cs3009.cs @@ -1,5 +1,6 @@ -// cs3009.cs: `CLSClass': base type `BaseClass' is not CLS-compliant -// Line: 11 +// CS3009: `CLSClass': base type `BaseClass' is not CLS-compliant +// Line: 12 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant (true)]