diff options
author | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 15:59:11 +0100 |
---|---|---|
committer | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 16:01:22 +0100 |
commit | 8b1c68aed3228ff4e6b0c4e592c45c1426c51ace (patch) | |
tree | 1331e587f4efe94a76795a60c9ea9b99f0eba3f7 /src/lib/protocols/ookla.c | |
parent | 563215a05ee1d5a5ad5d72b749f8607f58e14c67 (diff) |
Add compiler warnings and fix them
Diffstat (limited to 'src/lib/protocols/ookla.c')
-rw-r--r-- | src/lib/protocols/ookla.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |