summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:56:13 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:56:13 (GMT)
commitbc879a58f2195dd85d8ba603de4a3ae84f1725ec (patch)
treeb67c333294838d4ba90e8b374a9bc80ae0d8ea8d /win
parentd551c0972c261cc3a69b07263ae3c8072d929a50 (diff)
downloadtcl-bc879a58f2195dd85d8ba603de4a3ae84f1725ec.zip
tcl-bc879a58f2195dd85d8ba603de4a3ae84f1725ec.tar.gz
tcl-bc879a58f2195dd85d8ba603de4a3ae84f1725ec.tar.bz2
Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clock-in-c; + minor fixes after merge.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 48bacbc..aeb6c5a 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -484,9 +484,7 @@ cdebug = $(cdebug) -Zi
### Warnings are too many, can't support warnings into errors.
cdebug = -Zi -Od $(DEBUGFLAGS)
!else
-# no -WX option here (error C2220: warning treated as error):
-#cdebug = -Zi -WX $(DEBUGFLAGS)
-cdebug = -Zi $(DEBUGFLAGS)
+cdebug = -Zi -WX $(DEBUGFLAGS)
!endif
### Declarations common to all compiler options