solenv/gbuild/platform/com_MSC_defs.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit d0008a1bfe2c0a83280eb241846b8b5739a3ba9c Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sat Dec 26 09:56:21 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sat Dec 26 11:54:49 2020 +0100 My Windows build started to need an explicit -Zc:twoPhase- for CLI now ...to acknowledge > [build CLR] cli_ure/source/climaker/climaker_emit.cxx > cl : Command line warning D9025 : overriding '/EHs' with '/EHa' > c1xx: error C2338: two-phase name lookup is not supported for C++/CLI or C++/CX; use /Zc:twoPhase- > c1xx: fatal error C1903: unable to recover from previous error(s); stopping compilation etc. Change-Id: I09cf54123345f5816f7c5b21cc9779567fd0cece Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108320 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index cdcbc1fb0c48..93ed51c3ba52 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -243,6 +243,7 @@ gb_CXXCLRFLAGS := \ -wd4339 \ -Wv:18 \ -wd4267 \ + -Zc:twoPhase- \ ifeq ($(COM_IS_CLANG),TRUE) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits