[Libreoffice-commits] core.git: unotools/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 21 16:08:09 UTC 2020


 unotools/source/ucbhelper/tempfile.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3855d070f1b05dcc6b7ec197f5111e99ad201d38
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Apr 21 19:04:48 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Apr 21 19:07:12 2020 +0300

    Fix warning when compiling for iOS: unused parameter 'bCreateParentDirs'
    
    Change-Id: I3d27837ea49ad964a40f53083d90f2a287bae8a0

diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index d6580755c9c9..d8f406b7ae05 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -138,6 +138,7 @@ static OUString ConstructTempDir_Impl( const OUString* pParent, bool bCreatePare
     }
 #else
     (void) pParent;
+    (void) bCreateParentDirs;
 #endif
 
     if ( aName.isEmpty() )


More information about the Libreoffice-commits mailing list