[Pkg-owncloud-commits] [owncloud-client] 345/498: Fix warnings about unused parametters

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit b59fc39d1350359a3657813cec670db2ccb2ec04
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu Jul 16 18:15:07 2015 +0200

    Fix warnings about unused parametters
---
 src/libsync/filesystem.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libsync/filesystem.cpp b/src/libsync/filesystem.cpp
index 62484fc..5c1ae66 100644
--- a/src/libsync/filesystem.cpp
+++ b/src/libsync/filesystem.cpp
@@ -105,6 +105,8 @@ void FileSystem::setFileHidden(const QString& filename, bool hidden)
             SetFileAttributesW((wchar_t*)fName.utf16(), dwAttrs & ~FILE_ATTRIBUTE_HIDDEN );
         }
     }
+#else
+    Q_UNUSED(filename) Q_UNUSED(hidden)
 #endif
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list