From b7c5ddcdd05ceba73acb1a298500892d6157f360 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 31 Jan 2018 12:29:46 +0300 Subject: connectivity: MSVC: pragma warning: make more specific, remove obsolete Change-Id: I22553d7cbbae7cfaac3f39a17db54dfe06e2e5bc Reviewed-on: https://gerrit.libreoffice.org/48989 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/connectivity/odbc.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/connectivity/odbc.hxx') diff --git a/include/connectivity/odbc.hxx b/include/connectivity/odbc.hxx index a39a426975fc..896001477293 100644 --- a/include/connectivity/odbc.hxx +++ b/include/connectivity/odbc.hxx @@ -23,11 +23,6 @@ #if defined(_WIN32) -#ifdef _MSC_VER -#pragma warning(push) -#pragma warning(disable:4005) -#endif - #include // just to go with calling convention of windows @@ -45,10 +40,6 @@ #undef SQL_API #define SQL_API __stdcall -#ifdef _MSC_VER -#pragma warning(pop) -#endif - #ifndef SQL_C_BOOKMARK #define SQL_C_BOOKMARK SQL_C_ULONG /* BOOKMARK */ #endif -- cgit