Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs3001-8.cs
index 33ad471492ac3b94580f0e7ce76543d765c12fe3..831c43db6ca533769295a901de5b1e544bc29a22 100644 (file)
@@ -1,6 +1,6 @@
-// cs3001.cs: Argument type 'int*' is not CLS-compliant
+// CS3001: Argument type `int*' is not CLS-compliant
 // Line: 9
-// Compiler options: -unsafe
+// Compiler options: -unsafe -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]