Skip to content

Commit

Permalink
2004-10-29 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* Makefile : just ignore obsolete attribute warnings (those obsolete
	  members are widely used in obsolete code).

svn path=/trunk/mcs/; revision=35434
  • Loading branch information
atsushieno committed Oct 29, 2004
1 parent fbdfb58 commit fa108b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mcs/class/System.XML/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-10-29 Atsushi Enomoto <atsushi@ximian.com>

* Makefile : just ignore obsolete attribute warnings (those obsolete
members are widely used in obsolete code).

2004-10-28 Atsushi Enomoto <atsushi@ximian.com>

* System.Xml.dll.sources : removed IXmlDataEvidence, fixed
Expand Down
2 changes: 1 addition & 1 deletion mcs/class/System.XML/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
SCARY_LIB=/lib:$(prefix)/lib /noconfig
endif

LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618
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 = \
Expand Down

0 comments on commit fa108b4

Please sign in to comment.