aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-16 18:28:53 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-16 18:28:53 +0100
commit273188e646ed4d91ced1dac443e976336be877b4 (patch)
tree61ed71e68a91858213f3c13605814e7e40598308 /src/social/gnunet-social.c
parent23dd95c65463bffdc46dc8e74a0b15eab568b9fd (diff)
downloadgnunet-273188e646ed4d91ced1dac443e976336be877b4.tar.gz
gnunet-273188e646ed4d91ced1dac443e976336be877b4.zip
Fix compiler warnings.
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c6
1 files 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;
67static int op_guest_talk; 67static int op_guest_talk;
68 68
69/** --replay */ 69/** --replay */
70static char *op_replay; 70static int op_replay;
71 71
72/** --replay-latest */ 72/** --replay-latest */
73static char *op_replay_latest; 73static int op_replay_latest;
74 74
75/** --look-at */ 75/** --look-at */
76static int op_look_at; 76static int op_look_at;
@@ -122,7 +122,7 @@ static uint64_t opt_start;
122static uint64_t opt_until; 122static uint64_t opt_until;
123 123
124/** --limit */ 124/** --limit */
125static int opt_limit; 125static long long unsigned int opt_limit;
126 126
127 127
128/* global vars */ 128/* global vars */