[Libreoffice-commits] core.git: extensions/source
Tor Lillqvist
tml at collabora.com
Thu May 31 09:37:54 UTC 2018
extensions/source/ole/servprov.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 9673511526660ff23169456b2cce560d968107b3
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu May 31 12:35:50 2018 +0300
Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1
Change-Id: I228ae626532b3ae6f632701e71d3da182c496612
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index 843e6c128af0..2fccd9a59b9f 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+// See https://blogs.msdn.microsoft.com/vcblog/2017/12/08/c17-feature-removals-and-deprecations/
+#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1
+
#include <vector>
#include "ole2uno.hxx"
More information about the Libreoffice-commits
mailing list