From e043b86f47185e0d9df53dab12d42e46c8c35b83 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 15 May 2007 21:17:48 +0000 Subject: r12764@catbus: nickm | 2007-05-15 17:17:39 -0400 Enable (and cope with) more GCC 4.2 warnings. svn:r10196 --- src/tools/tor-resolve.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/tor-resolve.c') diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 71639140f8..328c74e4c9 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -44,6 +44,8 @@ do { log_fn(LOG_ERR, LD_NET, "Error while %s: %s", act, \ tor_socket_strerror(tor_socket_errno(_s))); } while (0) +static void usage(void) ATTR_NORETURN; + /** Set *out to a newly allocated SOCKS4a resolve request with * username and hostname as provided. Return the number * of bytes in the request. */ -- cgit v1.2.3-54-g00ecf