X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3017.cs;h=dd701a4399ea40bd50ec3cd606caeb8aa7d9bb5a;hb=7a950a04504aca14aacd241def6b3369006723a9;hp=a0a0866891ad4d4817300bd82d50f3e37c152b78;hpb=4a9765f6d3f2436a975f4376c19f448bd54a45cf;p=mono.git diff --git a/mcs/errors/cs3017.cs b/mcs/errors/cs3017.cs index a0a0866891a..dd701a4399e 100644 --- a/mcs/errors/cs3017.cs +++ b/mcs/errors/cs3017.cs @@ -1,5 +1,6 @@ -// cs3017.cs: You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly -// Line: 6 +// CS3017: You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly +// Line: 7 +// Compiler options: -warnaserror -warn:1 using System;