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:
authorAtsushi Eno <atsushieno@gmail.com>2005-03-11 15:25:19 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-03-11 15:25:19 +0300
commitf8a6769444358358bfdc2612ec3c621993e1dd7e (patch)
tree667ae0fc02c11d7b0e96f52faee7eaff244d956b /mcs/errors/cs1041.cs
parenta07ed9412ee020cd87f9ea99aa54d00743bd3f5c (diff)
2004-03-11 Atsushi Enomoto <atsushi@ximian.com>
* cs1041.cs : option -doc was missing. svn path=/trunk/mcs/; revision=41689
Diffstat (limited to 'mcs/errors/cs1041.cs')
-rw-r--r--mcs/errors/cs1041.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs1041.cs b/mcs/errors/cs1041.cs
index de6887c1450..be0a598af5c 100644
--- a/mcs/errors/cs1041.cs
+++ b/mcs/errors/cs1041.cs
@@ -1,6 +1,6 @@
// warning CS1041: Identifier expected, 'true' is a keyword
// warning CS1041: Identifier expected, 'catch' is a keyword
-// Compiler options: -warnaserror
+// Compiler options: -warnaserror -doc:dummy.xml
/// <summary><see cref="true" />, <see cref="catch" /></summary>
public enum Test {