From 273188e646ed4d91ced1dac443e976336be877b4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 16 Mar 2017 18:28:53 +0100 Subject: 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 */ -- cgit v1.2.3