diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-14 18:44:39 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-14 18:44:39 +0100 |
commit | 1e8037d84d01ef605b667f8db42f3c95831d7920 (patch) | |
tree | 0d1323c7b1ceaa461fc555010182747e1ff8fbb5 /src/ptunnel.c | |
parent | d727de62e14a48ef5da16d034549a76909303209 (diff) |
improved icmp/forward descriptor structs and use -Wextra for all builds
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ptunnel.c')
-rw-r--r-- | src/ptunnel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ptunnel.c b/src/ptunnel.c index a8c0a40..8462758 100644 --- a/src/ptunnel.c +++ b/src/ptunnel.c @@ -428,6 +428,8 @@ int pt_create_udp_socket(int port) { /* pt_proxy: This function does all the client and proxy stuff. */ void* pt_proxy(void *args) { + (void) args; + fd_set set; struct timeval timeout; int bytes; |