aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.c
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2019-07-13 18:34:40 +0200
committerGitHub <noreply@github.com>2019-07-13 18:34:40 +0200
commitc65025f7b005444b6100f50ca49ef537fcd72c0b (patch)
treeee3ad9e59b84ad6b2519302e3b3d754d8f499da7 /example/ndpi_util.c
parentea32d535eb2a52f0146e6bd7054281138d106299 (diff)
parent92c769f206d407024cec677b838e67e64769249e (diff)
Merge pull request #737 from themadprofessor/dev
Add compiler warnings and fix them
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r--example/ndpi_util.c2
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;