tdf#153972 Fix color filter when cells have no content
[LibreOffice.git] / external / nss / nss.vs2015.patch
blob73cff7c833fb98a69e9093927707c24ca631f714
1 diff -ru nss.org/nss/coreconf/WIN32.mk nss/nss/coreconf/WIN32.mk
2 --- a/nss.org/nss/coreconf/WIN32.mk 2016-02-12 15:36:18.000000000 +0100
3 +++ b/nss/nss/coreconf/WIN32.mk 2016-02-26 00:42:43.170809600 +0100
4 @@ -192,7 +192,7 @@
5 # Disable C4244: conversion from 'type1' to 'type2', possible loss of data
6 # Disable C4018: 'expression' : signed/unsigned mismatch
7 # Disable C4312: 'type cast': conversion from 'type1' to 'type2' of greater size
8 - OS_CFLAGS += -w44267 -w44244 -w44018 -w44312
9 + OS_CFLAGS += -w44267 -w44244 -w44018 -w44312 -wd4996 -wd4554
10 ifeq ($(_MSC_VER_GE_12),1)
11 OS_CFLAGS += -FS
12 endif