ruby-changes:17919
From: usa <ko1@a...>
Date: Fri, 26 Nov 2010 10:24:17 +0900 (JST)
Subject: [ruby-changes:17919] Ruby:r29935 (ruby_1_8): * win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of
usa 2010-11-26 10:09:52 +0900 (Fri, 26 Nov 2010) New Revision: 29935 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29935 Log: * win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of Japanese version of VC. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/win32/Makefile.sub Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 29934) +++ ruby_1_8/ChangeLog (revision 29935) @@ -1,3 +1,8 @@ +Fri Nov 26 10:09:09 2010 NAKAMURA Usaku <usa@r...> + + * win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of + Japanese version of VC. + Fri Nov 26 10:08:24 2010 NAKAMURA Usaku <usa@r...> * re.c (rb_reg_regcomp): should succeed the taint status from the Index: ruby_1_8/win32/Makefile.sub =================================================================== --- ruby_1_8/win32/Makefile.sub (revision 29934) +++ ruby_1_8/win32/Makefile.sub (revision 29935) @@ -179,6 +179,7 @@ !if $(MSC_VER) >= 1400 # Prevents VC++ 2005 (cl ver 14) warnings CRTDEFFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE +WARNFLAGS = $(WARNFLAGS) -wd4819 MANIFESTTOOL = mt -nologo LDSHARED_1 = @if exist $(@).manifest $(MANIFESTTOOL) -manifest $(@).manifest -outputresource:$(@);2 LDSHARED_2 = @if exist $(@).manifest $(RM) $(@:/=\).manifest -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/