[msvc] Update csproj files
[mono.git] / mcs / errors / cs3008-4.cs
index cccce3454a22e963db979933e1b28fff0ff50513..3994371026b2b59c9e538730429fb4bc0853a2b7 100644 (file)
@@ -1,8 +1,9 @@
-// cs3008-4.cs: Identifier `_I' is not CLS-compliant
-// Line: 7
+// CS3008: Identifier `_I' is not CLS-compliant
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public interface _I {
-}
\ No newline at end of file
+}