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:
authorMarek Safar <marek.safar@gmail.com>2012-02-16 20:06:58 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:25 +0400
commit2531552bdcee25f89e28f69127fb6088f7e21b0c (patch)
tree38e97163265e4a7d76ce72e4eea0def536b8f09f /mcs/class/Npgsql
parent6e61f64e928f0010746df59be9580de3e604f55b (diff)
Reduce warning level for external libraries
Diffstat (limited to 'mcs/class/Npgsql')
-rwxr-xr-xmcs/class/Npgsql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Npgsql/Makefile b/mcs/class/Npgsql/Makefile
index 1dafe2da7d1..16a35bfb424 100755
--- a/mcs/class/Npgsql/Makefile
+++ b/mcs/class/Npgsql/Makefile
@@ -9,7 +9,7 @@ LIBRARY_SNK = Npgsql/Npgsql.snk
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
/r:System.Data.dll \
/r:Mono.Security.dll \
- @Npgsql.dll.resources
+ -warn:1 @Npgsql.dll.resources
TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
/r:System.Web.dll /r:System.Data.dll \