aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-10-14 13:15:35 +0200
committerLuca Deri <deri@ntop.org>2017-10-14 13:15:35 +0200
commit36adc23507a7853189c0d3773d5191c8adbb6e3f (patch)
tree49cbc25fdd35fc0277b929861dd69b660fde4a62 /src
parent2ee871f5e6014769fa309f97757619a009aea9af (diff)
Fixed warning generated by some compilers
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 9ac3b72a6..33043fde5 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -301,7 +301,7 @@ struct ndpi_icmphdr {
u_int32_t gateway; /* gateway address */
struct {
- u_int16_t __unused;
+ u_int16_t _unused;
u_int16_t mtu;
} frag;/* path mtu discovery */
} un;