Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-05-03 15:39:55 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-05-03 15:39:55 +0400
commit1b63b6b97471961d24666af5bc01e7a2c19153ea (patch)
tree709be517009ca1165122da05ed008863b483d599 /mcs/errors/errors.txt
parentf6f4b00a6ad88c0ab2b205226b8d185e2a073733 (diff)
In mcs:
* typemanager.cs (IsOverride, RegisterNonOverride): New. * decl.cs (MemberCache.AddMethod): Register "non-override" methods that used to trigger warning -28. Remove warning -28. * expression.cs (Invocation.OverloadResolve): Use TypeManager.IsOverride to distinguish override methods. In errors: * errors.txt (warning -28): Remove. svn path=/trunk/mcs/; revision=43921
Diffstat (limited to 'mcs/errors/errors.txt')
-rw-r--r--mcs/errors/errors.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 93a688c1e11..2990c2158dc 100644
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -81,10 +81,7 @@ 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.