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/Mono.Messaging.RabbitMQ
parent76dac96b4b953a6a1b795ee20b2bb0dab35e60df (diff)
Fix some compiler warnings
Diffstat (limited to 'mcs/class/Mono.Messaging.RabbitMQ')
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Makefile b/mcs/class/Mono.Messaging.RabbitMQ/Makefile
index 03b5bb38f53..dea85f1cd39 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Makefile
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Makefile
@@ -6,7 +6,8 @@ LIBRARY = Mono.Messaging.RabbitMQ.dll
LIB_MCS_FLAGS = /r:System.dll \
/r:System.Messaging.dll \
/r:Mono.Messaging.dll \
- /r:RabbitMQ.Client
+ /r:RabbitMQ.Client \
+ -nowarn:618
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
/r:nunit.mocks.dll