From 9d6c530015e4eefd7b333885eaeca1f9fcbc6578 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 13 Apr 2016 09:13:33 -0400 Subject: Fix compilation of timeout.c with our flags and warnings. --- src/ext/timeouts/timeout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/timeouts/timeout.h') diff --git a/src/ext/timeouts/timeout.h b/src/ext/timeouts/timeout.h index 3ef76e90a2..6d7359a6a2 100644 --- a/src/ext/timeouts/timeout.h +++ b/src/ext/timeouts/timeout.h @@ -90,7 +90,7 @@ typedef uint64_t timeout_t; #ifndef TIMEOUT_CB_OVERRIDE struct timeout_cb { - void (*fn)(); + void (*fn)(void); void *arg; }; /* struct timeout_cb */ #endif -- cgit v1.2.3-54-g00ecf