xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit c7f1a8a8726fe0395a88e674be8f3fdaf0b7af3f Author: Mike Kaganski <[email protected]> Date: Wed Jan 31 22:48:02 2018 +0300 xmlhelp: MSVC: pragma warning: make more specific, remove obsolete Change-Id: I211a6f95f7146d7ffaa0c44af786c4474abc73f4 Reviewed-on: https://gerrit.libreoffice.org/49058 Tested-by: Jenkins <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 5ccbb5137197..69f30b06130d 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -28,11 +28,6 @@ #include <helpcompiler/HelpSearch.hxx> -#if defined _MSC_VER -#pragma warning(push) -#pragma warning(disable : 4068 4263 4264 4266) -#endif - #if defined(__GNUC__) # pragma GCC visibility push (default) #endif @@ -41,10 +36,6 @@ # pragma GCC visibility pop #endif -#if defined _MSC_VER -#pragma warning(pop) -#endif - #include <rtl/ustring.hxx> #include <algorithm> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
