Fix all -Wall -W compiler warnings.
[tinc] / src / dummy_device.c
index 9dd3fae..deda7d4 100644 (file)
@@ -39,6 +39,7 @@ static void close_device(void) {
 }
 
 static bool read_packet(vpn_packet_t *packet) {
 }
 
 static bool read_packet(vpn_packet_t *packet) {
+       (void)packet;
        return false;
 }
 
        return false;
 }