Fix all warnings when compiling with -Wall -W -pedantic.
[tinc] / src / upnp.c
index 5149714..5e41d1b 100644 (file)
@@ -148,6 +148,8 @@ static void upnp_refresh() {
 }
 
 static void *upnp_thread(void *data) {
+       (void)data;
+
        while(true) {
                time_t start = time(NULL);
                upnp_refresh();