a2969884af
Change-Id: Ia236c7124d920785f7a2856db5ee1ccbef7a2d68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143038 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
12 lines
496 B
Diff
12 lines
496 B
Diff
diff -ur nss.org/nss/coreconf/WIN32.mk nss/nss/coreconf/WIN32.mk
|
|
--- a/nss.org/nss/coreconf/WIN32.mk 2016-04-13 11:33:09.322294523 +0200
|
|
+++ b/nss/nss/coreconf/WIN32.mk 2016-04-13 11:33:27.744323969 +0200
|
|
@@ -121,7 +121,7 @@
|
|
-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)
|
|
WARNING_CFLAGS += -WX
|