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>2008-07-22 17:33:20 +0400
committerMarek Safar <marek.safar@gmail.com>2008-07-22 17:33:20 +0400
commitd0d157595a38e0d5d6db44725481d43bb9c1602b (patch)
treefc863893f69fd87835646d56ae1667fe38f32553 /mcs/errors/cs3009.cs
parentcdc4a8b84e0d6bd22f43e5e12243c68a0eb68658 (diff)
Errors -> Warnings
svn path=/trunk/mcs/; revision=108466
Diffstat (limited to 'mcs/errors/cs3009.cs')
-rw-r--r--mcs/errors/cs3009.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/errors/cs3009.cs b/mcs/errors/cs3009.cs
index 3aeb60b04ba..a7d8008feca 100644
--- a/mcs/errors/cs3009.cs
+++ b/mcs/errors/cs3009.cs
@@ -1,5 +1,6 @@
-// cs3009.cs: `CLSClass': base type `BaseClass' is not CLS-compliant
-// Line: 11
+// CS3009: `CLSClass': base type `BaseClass' is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
using System;
[assembly:CLSCompliant (true)]