diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-19 14:28:46 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-20 07:55:41 +0000 |
commit | d09af095b52b0d9f2733ac139e6ced16837b8e4b (patch) | |
tree | 76482c95c52f5b0c53d24f51223296d9c3d44562 /solenv/gbuild | |
parent | 8a2149c1059c70d67b4897e8a7751cf028a5136b (diff) |
remove more linking noise from VisualStudio build
Change-Id: Id6254b9b261e61e567ce3a557fa8e6cb30cfc3ae
Reviewed-on: https://gerrit.libreoffice.org/25155
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_defs.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 40ca1f3584bb..b2af97f5f2ac 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -280,8 +280,9 @@ gb_LinkTarget_LDFLAGS := \ # Prevent warning spamming # Happens because of the way we link our unit tests with our libraries. +# LNK4049: locally defined symbol gb_LinkTarget_LDFLAGS += \ - /ignore:4217 + /ignore:4217 /ignore:4049 gb_DEBUGINFO_FLAGS := \ |