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:
authorSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
commit9003dc76ecfdd9086b51aa8506cdfcd412af48cd (patch)
treebee47d7f28c93c6c86d69988d7e2ee7e6f293016 /mcs/class/System.Data/Makefile
parentc321305e8de660637187c3da98be77b84f75cd48 (diff)
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Added /nowarn:618 when compiling unit test assembly to remove nunit obsolete warnings. * System.Data.dll.sources: Added System.Data.Common.DbConnectionOptions (NET_2_0) and System.Data.Common/PermissionHelper to the build. * System.Data_test.dll.sources: Added {DBData|Odbc|OleDb|SqlClient} PermissionAttribute unit tests to the build. svn path=/trunk/mcs/; revision=33833
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 ed6ff41bc3f..9af5a7dbd4a 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -19,7 +19,7 @@ LIB_MCS_FLAGS = \
/r:System.EnterpriseServices.dll \
/r:Mono.Data.Tds.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
EXTRA_DISTFILES = \
TODO \