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:
authorMiguel de Icaza <miguel@gnome.org>2002-01-17 01:26:59 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-17 01:26:59 +0300
commit177e4fbfaa202deeeb1fe202a9ba9c4b9fa88421 (patch)
treed1cfa9f37d433a85da13f79b63c469f9a8ce984e /mcs/errors/errors.txt
parent1222ab1b5c2642f4b9a1e3e16f73ce3ec8c4890a (diff)
2002-01-16 Miguel de Icaza <miguel@ximian.com>
* statement.cs (For.Emit): If the test is null, then report that we do `return', as we wont reach anything afterwards. (Switch.SwitchGoverningType): Track the expression that matched the conversion. * driver.cs: Allow negative numbers as an error code to flag. svn path=/trunk/mcs/; revision=2011
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 8d735119963..f82bb162c91 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -37,4 +37,6 @@ numbers to match the Microsoft numbers:
-13 No return with a value found. Warning, since we currently
do not perform flow analysis, and can not tell whether a
- ret is required or not. \ No newline at end of file
+ ret is required or not.
+
+-14 Invalid number passed to probe \ No newline at end of file