mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 374 forks source link

Fix a clang warning #459

Closed fhuberts closed 2 years ago

fhuberts commented 2 years ago

[ x%] Building CXX object src/CMakeFiles/tins.dir/ipsec.cpp.o In file included from src/ip_reassembler.cpp:32: src/../include/tins/ipreassembler.h:195:26: warning: private field 'technique' is not used [-Wunused-private-field] OverlappingTechnique technique_; ^

Signed-off-by: Ferry Huberts ferry.huberts@pelagic.nl