2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / errors.txt
index 73be6768a8b13d6887025b8223619e9dbab8d586..f8abfa43c60b55631d97f427a07be5bcf5a4b18b 100644 (file)
@@ -81,10 +81,15 @@ numbers, as they look nicer on the debugging output.
 
 -27    Attribute resolved to two different types
 
--28    (warning) Somehow there's a function marked override, and
-       doesn't override anything.  Warn that this method will be
-       ignored during overload resolution.  (marked override == in IL,
-       it has a 'virtual', but no 'newslot')
+-28    (retired)
+
+-29     Use -option instead of --option: to move people to the new
+       command line handling.
+   
+-30     This version of the runtime does not support making pinned local variables.  
+        This code may cause errors on a runtime with a moving GC
+
+-31     Internal compiler error during the method emit phase.
 
 ----------