From: Marcello Stanisci Date: Thu, 16 Mar 2017 17:28:53 +0000 (+0100) Subject: Fix compiler warnings. X-Git-Tag: gnunet-0.11.0rc0~280^2~3^2~14^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=273188e646ed4d91ced1dac443e976336be877b4;p=oweals%2Fgnunet.git Fix compiler warnings. --- 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 */