summaryrefslogtreecommitdiff
path: root/external/nss/nss.vs2015.patch
blob: de4f8762fd5be7ea5199d85075a1056b4b2d2c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru nss.org/nss/coreconf/WIN32.mk nss/nss/coreconf/WIN32.mk
--- a/nss.org/nss/coreconf/WIN32.mk	2016-02-12 15:36:18.000000000 +0100
+++ b/nss/nss/coreconf/WIN32.mk	2016-02-26 00:42:43.170809600 +0100
@@ -199,7 +199,7 @@
     # Disable C4244: conversion from 'type1' to 'type2', possible loss of data
     # Disable C4018: 'expression' : signed/unsigned mismatch
     # Disable C4312: 'type cast': conversion from 'type1' to 'type2' of greater size
-    OS_CFLAGS += -w44267 -w44244 -w44018 -w44312
+    OS_CFLAGS += -w44267 -w44244 -w44018 -w44312 -wd4996 -wd4554
     ifeq ($(_MSC_VER_GE_12),1)
 	OS_CFLAGS += -FS
     endif
-12 17:52:29 +0200'>2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-27Doxygenize.Jan Holesovsky 2014-02-27Remove visual noise from swAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann