diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-07-03 17:43:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 17:43:38 +0200 |
commit | 5f6fa6d1642184ebcff9efee84ca4c90b156796f (patch) | |
tree | b2e287d572993cace3f8502188b45d490a12cb85 /src/lib/ndpi_bitmap.c | |
parent | 69ccb39741a99999db07bb56e01fc53774b69621 (diff) |
Fix a compilation warning (#1620)
With clang-15 (nightly build)
```
In file included from ndpi_bitmap.c:39:
./third_party/src/roaring.cc:14233:13: warning: variable 'run_count' set but not used [-Wunused-but-set-variable]
int run_count = 0;
```
Diffstat (limited to 'src/lib/ndpi_bitmap.c')
0 files changed, 0 insertions, 0 deletions