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 15:59:11 +0100 |
commit | 929cbbb7fc8e3ddd6a4983b89dd5799fa0fffb17 (patch) | |
tree | 62c277c3241306e7171d45ce2a05fd73d487c833 /example/ndpi_util.c | |
parent | 5ce5bae99dbb999921e50945495a5160c9de2953 (diff) |
Add compiler warnings and fix them
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r-- | example/ndpi_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |