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>2005-04-16 22:55:17 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-16 22:55:17 +0400
commit74b102022fa0a5ba100cacfef88e0d515fc6c406 (patch)
tree499c4382da554bf4f6d3433cade8b6509b750f72 /mcs/class/Npgsql/Makefile
parent8fe1bfd87638065ce69092f8ada987a2c1641a1c (diff)
reduce warnings when compiling unit tests
svn path=/trunk/mcs/; revision=43105
Diffstat (limited to 'mcs/class/Npgsql/Makefile')
-rwxr-xr-xmcs/class/Npgsql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 0e49347d0db..ecab3d6de9d 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -12,7 +12,8 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
@Npgsql.dll.resources
TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Web.dll /r:System.Data.dll
+ /r:System.Web.dll /r:System.Data.dll \
+ -nowarn:0618 -nowarn:219 -nowarn:169
LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS)