solenv/gbuild/platform/com_MSC_defs.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 05ab01898df94390073de819f489ac261d24eaea Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Dec 14 19:57:54 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Dec 14 21:10:24 2020 +0100 Add -wd4505 also back to gb_CXXFLAGS ...which was accidentally missing from aca847cf1283e242c2d1106309ad4bb73d8f37a6 "-wd4505 is still needed" Change-Id: If0d3523f05d47da5dfe6dae45dedcdf075033daf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107723 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 2c92585235c9..cdcbc1fb0c48 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -142,6 +142,7 @@ gb_CXXFLAGS := \ -wd4251 \ -wd4267 \ -wd4275 \ + -wd4505 \ -wd4611 \ -wd4706 \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits