[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0028.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5cbf73f..68fcf4a
@@ -1,5 +1,6 @@
-// cs0028: has the wrong signature to be an entry point
+// CS0028: `T.Main(int)' has the wrong signature to be an entry point
 // Line: 8
+// Compiler options: -warnaserror -warn:4
 
 class T {
         public static int Main ()