diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-13 17:47:18 +0100 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-13 18:22:03 +0100 |
commit | dc7a85ee766e1c7213b7e8218a33025b03c37c5b (patch) | |
tree | d24641d0d7aeda25eb5ba4a88e16c013b5ead569 /example/ndpiReader.c | |
parent | 26aec8714e62a930bb2f288e30fc53a512713b26 (diff) |
ndpiReader: fix unused function 'debug_printf' [-Wunused-function]
Comment the function
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 0440a3954..42cae63cf 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -573,7 +573,7 @@ static void on_protocol_discovered(struct ndpi_workflow * workflow, } } - +#if 0 /** * @brief Print debug */ @@ -612,7 +612,7 @@ static void debug_printf(u_int32_t protocol, void *id_struct, va_end(va_ap); } - +#endif /** * @brief Setup for detection begin |