[Pkg-owncloud-commits] [owncloud-client] 178/333: Proper initialization to avoid build warnings.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:50 UTC 2014


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 ca536f467af6c82f644fbffe19a8816682244bd3
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Mar 20 12:33:25 2014 +0100

    Proper initialization to avoid build warnings.
---
 src/owncloudcmd/owncloudcmd.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index b548063..6c4b43f 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -127,7 +127,8 @@ void parseOptions( const QStringList& app_args, CmdOptions *options )
 int main(int argc, char **argv) {
     QCoreApplication app(argc, argv);
 
-    CmdOptions options = {};
+    CmdOptions options;
+    options.silent = false;
     ClientProxy clientProxy;
 
     parseOptions( app.arguments(), &options );

-- 
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