[Libreoffice-commits] core.git: ucb/source
Mike Kaganski
mike.kaganski at collabora.com
Fri Feb 2 12:12:31 UTC 2018
ucb/source/ucp/ftp/curl.hxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 2dd3edd34c06a2206fa6e3a3f023f533ace6c8b0
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date: Wed Jan 31 21:22:40 2018 +0300
usb: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I17030fc129de3e79965a1abe140fa0c28b949035
Reviewed-on: https://gerrit.libreoffice.org/49053
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/ucb/source/ucp/ftp/curl.hxx b/ucb/source/ucp/ftp/curl.hxx
index 584f03b8beec..f89548d9d1af 100644
--- a/ucb/source/ucp/ftp/curl.hxx
+++ b/ucb/source/ucp/ftp/curl.hxx
@@ -20,16 +20,8 @@
#ifndef INCLUDED_UCB_SOURCE_UCP_FTP_CURL_HXX
#define INCLUDED_UCB_SOURCE_UCP_FTP_CURL_HXX
-#if defined _MSC_VER
-#pragma warning(push, 1)
-#endif
-
#include <curl/curl.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list