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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-03 19:27:56 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-03 19:27:56 +0400
commit45ddb94098c457dba3ff1e55a58e478b170d36c6 (patch)
treebc4feff338d219c5f33cf9dcf444cf06c8093cd3 /mcs/class/System.Data/Makefile
parent993194539b3d964b47c79e659471f6a4be4b0c88 (diff)
The set of /nowarn arguments is now set on a per library basis
svn path=/trunk/mcs/; revision=17017
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index fc75dde3bd0..a088840bb84 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -12,7 +12,7 @@ endif
LIBRARY = System.Data.dll
LIB_MCS_FLAGS = \
- /nowarn:0219 /nowarn:0168 \
+ /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
/r:$(corlib) \
/r:$(system) \
/r:System.Xml.dll \