X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3014.cs;h=f9ffe61b8271590d3427db18b7e97ab776efd2f7;hb=5b2437d62f417973a27bc21e4d162021961b85f2;hp=0c63ae5cd196778c5182b1fb44e85a86c4cb4a06;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/errors/cs3014.cs b/mcs/errors/cs3014.cs index 0c63ae5cd19..f9ffe61b827 100644 --- a/mcs/errors/cs3014.cs +++ b/mcs/errors/cs3014.cs @@ -1,9 +1,10 @@ -// cs3014.cs: `I.Valid(bool)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant -// Line: 8 +// CS3014: `I.Valid(bool)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; public interface I { [CLSCompliant (true)] void Valid (bool arg); -} \ No newline at end of file +}