[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs3000.cs
index 7229611445fe1d39f00255cb75149a6522e2e063..e90c5412bd501b17f4e02f257c7e0b203e859617 100644 (file)
@@ -1,5 +1,6 @@
-// cs3000.cs: Methods with variable arguments are not CLS-compliant
-// Line: 10
+// CS3000: Methods with variable arguments are not CLS-compliant
+// Line: 11
+// Compiler options: -warnaserror -warn:1
 
 using System;
 
@@ -10,4 +11,4 @@ public class M
     public void Method (__arglist)
     {
     }
-}
\ No newline at end of file
+}