瀏覽代碼

2004-01-21 Atsushi Enomoto <[email protected]>

	* Makefile : /nowarn:0162 is back.



svn path=/trunk/mcs/; revision=39325
Atsushi Eno 21 年之前
父節點
當前提交
7dcdd86017
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      mcs/class/System.XML/ChangeLog
  2. 1 1
      mcs/class/System.XML/Makefile

+ 4 - 0
mcs/class/System.XML/ChangeLog

@@ -1,3 +1,7 @@
+2004-01-21  Atsushi Enomoto  <[email protected]>
+
+	* Makefile : /nowarn:0162 is back.
+
 2004-01-20  Atsushi Enomoto  <[email protected]>
 
 	* Makefile : amd64 build complains /nowarn:0162. It should not, but

+ 1 - 1
mcs/class/System.XML/Makefile

@@ -28,7 +28,7 @@ ifdef USE_BOOT_COMPILE
 LIBRARY_COMPILE = $(BOOT_COMPILE)
 endif
 
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0618 /nowarn:0612
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = \