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 --- example/ndpi_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpi_util.c') diff --git a/example/ndpi_util.c b/example/ndpi_util.c index b4d588c67..c055df317 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -732,7 +732,7 @@ struct ndpi_proto ndpi_workflow_process_packet(struct ndpi_workflow * workflow, u_int16_t ip_offset = 0, ip_len; u_int16_t frag_off = 0, vlan_id = 0; u_int8_t proto = 0; - u_int32_t label; + /*u_int32_t label;*/ /* counters */ u_int8_t vlan_packet = 0; -- cgit v1.2.3