Check platform without using #define
[mono.git] / mcs / class / Mono.Security / Makefile
index 474de045a801c39f5869f8f3b16770e725ca09a0..bfbd4a935090252e7d803c76d46e38c8c2a35387 100644 (file)
@@ -4,6 +4,6 @@ include ../../build/rules.make
 
 LIBRARY = Mono.Security.dll
 LIB_MCS_FLAGS = /r:System.dll /unsafe
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:0618 /nowarn:0672
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:0672
 
 include ../../build/library.make