From 1f681cc38bb4564ee966ad4fb888d0a139929763 Mon Sep 17 00:00:00 2001 From: toshok Date: Fri, 1 Dec 2006 21:42:47 +0000 Subject: [PATCH] stop suppressing the 108 warning. we're missing valuable info because of it. we still have 13 warnings to fix, but that's much better than the initial state of things git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@68854 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/Managed.Windows.Forms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/Managed.Windows.Forms/Makefile b/class/Managed.Windows.Forms/Makefile index 8a8fad3b0a..6672f80b92 100644 --- a/class/Managed.Windows.Forms/Makefile +++ b/class/Managed.Windows.Forms/Makefile @@ -8,7 +8,7 @@ LIB_MCS_FLAGS = /unsafe \ /r:System.Drawing.dll /r:Accessibility.dll \ /r:System.Data.dll /r:Mono.Posix.dll \ @System.Windows.Forms.dll.resources \ - /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114 -debug + /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:114 -debug RESX_RESOURCES = \ resources/System.Windows.Forms.resources \ -- 2.11.4.GIT