[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs3003-1.cs
index d1f9ee4d2fd24f1752c0563aa8842ec904ed69f6..e14f5336af8a394c855b376c90d94e8432a4979a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3003.cs: Type of 'CLSClass.MyEvent' is not CLS-compliant
+// CS3003: Type of `CLSClass.MyEvent' is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror -warn:1
 
 [assembly:System.CLSCompliant (true)]
 
@@ -8,4 +9,4 @@ public delegate void MyDelegate ();
 
 public class CLSClass {
         public event MyDelegate MyEvent;
-}
\ No newline at end of file
+}