solenv/gbuild/platform/windows.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 084e181b6ccdafed1acafa11ab75335703eb0b40 Author: Tor Lillqvist <tlillqv...@suse.com> Date: Fri Oct 7 16:57:06 2011 +0300 WaE: Disable also warning C4373 "previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers" diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index d9ffbf7..2adcfbf 100644 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -123,6 +123,7 @@ gb_CFLAGS := \ -wd4692 \ -wd4710 \ -wd4711 \ + -wd4373 \ -wd4738 \ -wd4786 \ -wd4800 \ @@ -174,6 +175,7 @@ gb_CXXFLAGS := \ -wd4692 \ -wd4710 \ -wd4711 \ + -wd4373 \ -wd4738 \ -wd4786 \ -wd4800 \ _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits