2003-01-15 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 15 Jan 2003 05:53:03 +0000 (05:53 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 15 Jan 2003 05:53:03 +0000 (05:53 -0000)
       * Make it not spam all those warnings. Blocking errors 0108 and also
       0114.

svn path=/trunk/mcs/; revision=10537

mcs/class/System.Windows.Forms/ChangeLog
mcs/class/System.Windows.Forms/makefile.gnu

index ec11f9c39e538b28631662d96d96c4e908e3759b..53ab5383d14cf87c5c5c95667718e7128c4998dd 100644 (file)
@@ -1,4 +1,9 @@
+2003-01-15  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * Make it not spam all those warnings. Blocking errors 0108 and also\r
+       0114.\r
+\r
 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>\r
        \r
        * added ChangeLog\r
-       * fixed MonoTodo compile errors with csc
\ No newline at end of file
+       * fixed MonoTodo compile errors with csc\r
index 4788b793ab03a1daf3a0e9bb736aa5bcca86de46..b3210f094b24173b2eb49a1bff9f45ce5625087f 100644 (file)
@@ -4,7 +4,7 @@ TEST_DIR = Test
 LIBRARY = $(topdir)/class/lib/System.Windows.Forms.dll
 
 LIB_LIST = list.unix
-LIB_FLAGS = -r corlib -r System -r System.Drawing -r Accessibility
+LIB_FLAGS = -r corlib -r System -r System.Drawing -r Accessibility /nowarn:0114 /nowarn:0108
 
 SOURCES_INCLUDE=*.cs
 SOURCES_EXCLUDE=\