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:
authorMarek Safar <marek.safar@gmail.com>2005-03-07 19:00:00 +0300
committerMarek Safar <marek.safar@gmail.com>2005-03-07 19:00:00 +0300
commit6bb6bad9f39468702a8216d7bf57c79979065d82 (patch)
tree00cd103aa5795db5d130cba812421be1e8a21d52 /mcs/errors/cs0108-5.cs
parent8e9d504abd218140bdd566b322239007056e1faa (diff)
fixed warning level
update fixed svn path=/trunk/mcs/; revision=41531
Diffstat (limited to 'mcs/errors/cs0108-5.cs')
-rw-r--r--mcs/errors/cs0108-5.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/errors/cs0108-5.cs b/mcs/errors/cs0108-5.cs
index 49b27a9e85a..5d39ea1e08c 100644
--- a/mcs/errors/cs0108-5.cs
+++ b/mcs/errors/cs0108-5.cs
@@ -1,5 +1,6 @@
// cs0108.cs: The new keyword is required on 'Derived.Prop' because it hides inherited member
-// Line: 13
+// Line: 10
+// Compiler options: -warnaserror -warn:2
class Base {
public bool Prop = false;