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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2004-08-24 23:45:23 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2004-08-24 23:45:23 +0400
commit24de976b8a69ed55d9dfe7d803c9edd4150344d8 (patch)
treeb5631c991344a369ef98efbbccb3d6a4cfad05c5 /mcs/class/System.Data/Makefile
parent51ec6d4a7124307e9b2bf548f976efd05bee9069 (diff)
2004-08-25 Nick Drochak <ndrochak@ieee.com>
* Makefile: Cut down the the build noise. svn path=/trunk/mcs/; revision=32787
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 56dc3f32ccc..ed6ff41bc3f 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:649 /nowarn:169 /nowarn:219 /nowarn:168 \
+ /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /nowarn:1595 \
/r:$(corlib) \
/r:$(system) \
/r:System.Xml.dll \