summaryrefslogtreecommitdiffstats
path: root/make/msvc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/msvc.mk')
-rw-r--r--make/msvc.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/msvc.mk b/make/msvc.mk
index 5f3f69ad..5e3bb570 100644
--- a/make/msvc.mk
+++ b/make/msvc.mk
@@ -19,16 +19,6 @@ endef
CFLAGS := $(filter-out -g,$(CFLAGS))
CXXFLAGS := $(filter-out -g,$(CXXFLAGS))
-# /WX makes all warnings errors.
-CFLAGS += /WX
-CXXFLAGS += /WX
-
-# /w14267 makes warning 4267 a level 1 warning. This warning reports
-# potential issues between size_t, off_t, and non-compatible integer
-# types.
-CFLAGS += /w14267
-CXXFLAGS += /w14267
-
clean::
$(RM) *.pdb