[Libreoffice-commits] core.git: unoxml/source

Mike Kaganski mike.kaganski at collabora.com
Fri Feb 2 12:13:00 UTC 2018


 unoxml/source/dom/saxbuilder.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 5ab1d6f5d727f4823071386d40c147ce2f79a624
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Wed Jan 31 22:43:57 2018 +0300

    unoxml: MSVC: pragma warning: make more specific, remove obsolete
    
    Change-Id: I6c09eeeb43cd0bf85b89b1332f2ee6121b11de3c
    Reviewed-on: https://gerrit.libreoffice.org/49056
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/unoxml/source/dom/saxbuilder.cxx b/unoxml/source/dom/saxbuilder.cxx
index b62dd3f839a2..626293a4d4a7 100644
--- a/unoxml/source/dom/saxbuilder.cxx
+++ b/unoxml/source/dom/saxbuilder.cxx
@@ -16,9 +16,6 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifdef _MSC_VER
-#pragma warning(disable : 4701)
-#endif
 
 #include "saxbuilder.hxx"
 


More information about the Libreoffice-commits mailing list