summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 20f73156b0..e273260401 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -243,7 +243,7 @@ COMPILERFLAG = -Zm600
!if $(MSC_VER) >= 1400
WARNFLAGS = -W2 -wd4100 -wd4127 -wd4210 -wd4214 -wd4255 -wd4574 \
-wd4668 -wd4710 -wd4711 -wd4820 -wd4996 \
- -we4028 -we4142
+ -we4028 -we4142 -we4047
!else
WARNFLAGS = -W2
!endif