From 69823eab84856edbe4b3b61dff67803a53cc7d52 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 27 Nov 2015 20:18:14 -0500 Subject: [PATCH] More MSVC build fixes --- GNUmakefile.msvc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.msvc b/GNUmakefile.msvc index b92ecdb0..a7e23218 100644 --- a/GNUmakefile.msvc +++ b/GNUmakefile.msvc @@ -78,12 +78,13 @@ OFILES := $(OFILES:%=$(OBJDIR)/%.o) # TODO -Wno-switch equivalent # TODO /sdl turns C4996 into an ERROR # TODO loads of warnings in the system header files +# TODO /analyze requires us to write annotations everywhere CFLAGS += \ /Zi \ /W4 \ /wd4100 \ /TC \ - /analyze /bigobj /nologo \ + /bigobj /nologo \ /RTC1 /RTCc /RTCs /RTCu \ /D "_UI_EXTERN=__declspec(dllexport) extern"