mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 16:30:17 +00:00
Disable -Wno-unused-parameter -Wno-unused-function. (#2358)
* unused parameters and functions pollute the code and decrease readability Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
b5e8bc2214
commit
41eef9246c
63 changed files with 568 additions and 605 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "fuzzer/FuzzedDataProvider.h"
|
||||
|
||||
extern "C" void cleanup_func(ndpi_str_hash *h) {
|
||||
(void)h;
|
||||
/* Nothing to do */
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue