[NSS] disable Werror in MSVC

This commit is contained in:
Roy Tam 2020-01-07 22:10:08 +08:00
parent fa0b14bb0c
commit efa3c9c4af
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ else # !NS_USE_GCC
-D_CRT_NONSTDC_NO_WARNINGS
OS_DLLFLAGS += -nologo -DLL -SUBSYSTEM:WINDOWS
ifndef NSS_ENABLE_WERROR
NSS_ENABLE_WERROR = 1
NSS_ENABLE_WERROR = 0
endif
ifeq ($(NSS_ENABLE_WERROR),1)
OS_CFLAGS += -WX