From 9a968078bc028c40159a9ee8b4683d9112e5d9b2 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 10 Apr 2015 04:37:00 +0000 Subject: [PATCH] * win32/Makefile.sub (WERRORFLAG): typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 82c8b416c7..02ec002417 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -208,7 +208,7 @@ WARNFLAGS = -W2 -wd4996 -we4028 -we4142 WARNFLAGS = -W2 !endif !endif -WERRORFLAG = -WX -weD9002 +WERRORFLAG = -WX -we9002 !if !defined(CFLAGS) CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) $(COMPILERFLAG) !endif