gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 26/28: Fix compiler warnings.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 26/28: Fix compiler warnings.
Date: Fri, 17 Mar 2017 12:09:58 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 273188e646ed4d91ced1dac443e976336be877b4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 16 18:28:53 2017 +0100

    Fix compiler warnings.
---
 src/social/gnunet-social.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index 71392d8e9..baeca3082 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -67,10 +67,10 @@ static int op_guest_leave;
 static int op_guest_talk;
 
 /** --replay */
-static char *op_replay;
+static int op_replay;
 
 /** --replay-latest */
-static char *op_replay_latest;
+static int op_replay_latest;
 
 /** --look-at */
 static int op_look_at;
@@ -122,7 +122,7 @@ static uint64_t opt_start;
 static uint64_t opt_until;
 
 /** --limit */
-static int opt_limit;
+static long long unsigned int opt_limit;
 
 
 /* global vars */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]