From 8b1c68aed3228ff4e6b0c4e592c45c1426c51ace Mon Sep 17 00:00:00 2001 From: Stuart Reilly Date: Fri, 12 Jul 2019 15:59:11 +0100 Subject: Add compiler warnings and fix them --- src/lib/protocols/ookla.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/protocols/ookla.c') diff --git a/src/lib/protocols/ookla.c b/src/lib/protocols/ookla.c index 06d97e216..44746fbd3 100644 --- a/src/lib/protocols/ookla.c +++ b/src/lib/protocols/ookla.c @@ -27,7 +27,6 @@ void ndpi_search_ookla(struct ndpi_detection_module_struct* ndpi_struct, struct ndpi_flow_struct* flow) { struct ndpi_packet_struct* packet = &flow->packet; u_int32_t addr = 0; - void *value; NDPI_LOG_DBG(ndpi_struct, "Ookla detection\n"); -- cgit v1.2.3