From 4be226b654b40fe9b1fc7843d9dd5742495b1a1f Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 31 Jan 2018 21:13:25 +0300 Subject: shell: MSVC: pragma warning: make more specific, remove obsolete Change-Id: Ie2391b1feed31fe9cee7dc097c57ebebab698705 Reviewed-on: https://gerrit.libreoffice.org/49049 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- shell/inc/config.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shell/inc/config.hxx') diff --git a/shell/inc/config.hxx b/shell/inc/config.hxx index a888745ba5cd..58b5dd4bfc3c 100644 --- a/shell/inc/config.hxx +++ b/shell/inc/config.hxx @@ -20,10 +20,6 @@ #ifndef INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX #define INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX -#ifdef _MSC_VER -#pragma warning (disable : 4786 4503 4917) -#endif - #ifdef _AMD64_ #define MODULE_NAME L"shlxthdl_x64.dll" #else -- cgit