diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-31 12:29:46 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-31 21:03:22 +0100 |
commit | b7c5ddcdd05ceba73acb1a298500892d6157f360 (patch) | |
tree | 03a7e22462bb653cb38bb0b747c72bbe1e81636f /include/connectivity | |
parent | 82e3833995d28b3a05ad539d331b47b210d1611f (diff) |
connectivity: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I22553d7cbbae7cfaac3f39a17db54dfe06e2e5bc
Reviewed-on: https://gerrit.libreoffice.org/48989
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/odbc.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
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 <prewin.h> // 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 |