Merge pull request #4845 from lambdageek/dev-coop-delegates
[mono.git] / mcs / errors / cs3023.cs
index e4bc49c922684c2051f70d54e969028b3398ef75..3e87c8cacd8117bb98e4b3f3a83d45e29f9f4f9b 100644 (file)
@@ -1,5 +1,6 @@
-// cs3023.cs: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead
+// CS3023: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead
 // Line: 8
+// Compiler options: -warn:1 -warnaserror
 
 using System;
 [assembly: CLSCompliant (true)]