Kaydet (Commit) 00525937 authored tarafından David Ostrovsky's avatar David Ostrovsky

Disable Warning 4589

Change-Id: I017d21153880e92d59477ed2d6bdabc2629672e0
Reviewed-on: https://gerrit.libreoffice.org/18521Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
üst 5e86f243
...@@ -153,6 +153,7 @@ gb_CFLAGS := \ ...@@ -153,6 +153,7 @@ gb_CFLAGS := \
-wd4355 \ -wd4355 \
-wd4505 \ -wd4505 \
-wd4512 \ -wd4512 \
-wd4589 \
-wd4626 \ -wd4626 \
-wd4706 \ -wd4706 \
-wd4800 \ -wd4800 \
...@@ -182,6 +183,7 @@ gb_CXXFLAGS := \ ...@@ -182,6 +183,7 @@ gb_CXXFLAGS := \
-wd4481 \ -wd4481 \
-wd4505 \ -wd4505 \
-wd4512 \ -wd4512 \
-wd4589 \
-wd4611 \ -wd4611 \
-wd4706 \ -wd4706 \
-wd4800 \ -wd4800 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment