diff options
Diffstat (limited to 'fuzz/fuzz_ds_hash.cpp')
-rw-r--r-- | fuzz/fuzz_ds_hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/fuzz_ds_hash.cpp b/fuzz/fuzz_ds_hash.cpp index 2b7463b49..0b1e79e6d 100644 --- a/fuzz/fuzz_ds_hash.cpp +++ b/fuzz/fuzz_ds_hash.cpp @@ -7,6 +7,7 @@ #include "fuzzer/FuzzedDataProvider.h" extern "C" void cleanup_func(ndpi_str_hash *h) { + (void)h; /* Nothing to do */ return; } |