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
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-03-03 18:45:38 +0300
committerMarek Safar <marek.safar@gmail.com>2009-03-03 18:45:38 +0300
commita479cb5ca0b1b7e973ef1a39aef0b71ebdbea80f (patch)
tree3d230a039c08fc1fb2e3feff6fbbe2fac4d0d76e /man/mcs.1
parentda90bb11ec35f7c10f15bc5ba4cc834f2faece89 (diff)
Updated.
svn path=/trunk/mono/; revision=128451
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index e7a20c41473..9e3291f8963 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -359,11 +359,15 @@ Debugging. Turns on verbose yacc parsing.
Shows the compiler version.
.TP
.I \-warnaserror, \-warnaserror+
-Treat warnings as errors.
+All compilers warnings will be reported as errors.
.TP
-.I \-warnaserror:W1,[Wn]
+.I \-warnaserror:W1,[Wn], -warnaserror+:W1,[Wn]
Treats one or more compiler warnings as errors.
.TP
+.I \-warnaserror-:W1,[Wn]
+Sets one or more compiler warnings to be always threated as warnings.
+Becomes useful when used together with -warnaserror.
+.TP
.I \-warn:LEVEL
Sets the warning level. 0 is the lowest warning level, and 4 is the
highest. The default is 4.