mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40: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
|
|
@ -366,6 +366,9 @@ int main(int argc, char **argv) {
|
|||
#ifndef WIN32
|
||||
int c;
|
||||
#endif
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
NDPI_PROTOCOL_BITMASK all;
|
||||
|
||||
if (ndpi_get_api_version() != NDPI_API_VERSION) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue