README.md                          |    4 ++--
 configure.ac                       |    2 +-
 vcl/source/filter/ipdf/pdfread.cxx |    4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b
Author: jan Iversen <j...@libreoffice.org>
Date:   Sun Apr 1 18:21:38 2018 +0200

    iOS, void unused paramters.
    
    Change-Id: I60b7d1a49d9e9073470ee8d0d6e68b34cdd0bdad

diff --git a/vcl/source/filter/ipdf/pdfread.cxx 
b/vcl/source/filter/ipdf/pdfread.cxx
index 572a4c2f6831..7f31e0ac15de 100644
--- a/vcl/source/filter/ipdf/pdfread.cxx
+++ b/vcl/source/filter/ipdf/pdfread.cxx
@@ -195,6 +195,10 @@ bool getCompatibleStream(SvStream& rInStream, SvStream& 
rOutStream, sal_uInt64 n
 size_t generatePreview(SvStream&, std::vector<Bitmap>&, sal_uInt64 nPos, 
sal_uInt64 nSize,
                        size_t nFirstPage = 0, int nLastPage = 0)
 {
+    (void)nPos;
+    (void)nSize;
+    (void)nFirstPage;
+    (void)nLastPage;
     return false;
 }
 
commit e63a65174800968cfe5adb38e8f9ca28f22984d0
Author: jan Iversen <j...@libreoffice.org>
Date:   Sun Apr 1 18:15:58 2018 +0200

    iOS, bump versions
    
    SDK needed is 11.3
    Xcode needed is 9.3
    
    Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12

diff --git a/README.md b/README.md
index 1bbf9b58a481..c59f68122473 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ run and compile LibreOffice, also used by the TDF builds:
     * Runtime: RHEL 6 or CentOS 6
     * Build: GCC 4.8.1 or Clang
 * iOS (only for LibreOfficeKit):
-    * Runtime: 11.2 (only support for newer i devices == 64 bit)
-    * Build: Xcode 9.0 and iPhone SDK 11.2
+    * Runtime: 11.3 (only support for newer i devices == 64 bit)
+    * Build: Xcode 9.3 and iPhone SDK 11.3
 
 At least Clang 3.4.2 is known to be too old to pass the configure.ac check 
"whether $CXX supports
 C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic 
ignored "-Wpragmas"
diff --git a/configure.ac b/configure.ac
index 73bc7b16a14d..e2d5c8c5e320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2925,7 +2925,7 @@ dnl 
===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=11.2
+    current_sdk_ver=11.3
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=$current_sdk_ver
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to