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 21:10:57 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:25 +0400
commit2869713c48b2275b7d4f6865fafd3e04ee585b59 (patch)
treeca01cbbbe902fb6eb5b4fe34257222e818a34957 /mcs/class/RabbitMQ.Client
parent76dac96b4b953a6a1b795ee20b2bb0dab35e60df (diff)
Fix some compiler warnings
Diffstat (limited to 'mcs/class/RabbitMQ.Client')
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/RabbitMQ.Client/src/client/Makefile b/mcs/class/RabbitMQ.Client/src/client/Makefile
index 633bd781cac..72e278b7400 100644
--- a/mcs/class/RabbitMQ.Client/src/client/Makefile
+++ b/mcs/class/RabbitMQ.Client/src/client/Makefile
@@ -3,7 +3,7 @@ SUBDIRS =
include ../../../../build/rules.make
LIBRARY = RabbitMQ.Client.dll
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll
+LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -nowarn:618
NO_TEST = yes
include ../../../../build/library.make