From ab2805a23baad56d9efddada992d60fab3ed22af Mon Sep 17 00:00:00 2001 From: "Coren[m]" Date: Mon, 16 Sep 2013 10:37:22 +0200 Subject: Fix warnings of -Wall -Wextra --- toxcore/Messenger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/Messenger.c') diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index eb18e3a3..c46e3938 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1220,7 +1220,7 @@ void doInbound(Messenger *m) } #ifdef LOGGING -#define DUMPING_CLIENTS_FRIENDS_EVERY_N_SECONDS 60 +#define DUMPING_CLIENTS_FRIENDS_EVERY_N_SECONDS 60UL static time_t lastdump = 0; static char IDString[CLIENT_ID_SIZE * 2 + 1]; static char *ID2String(uint8_t *client_id) -- cgit v1.2.3