From dc7a85ee766e1c7213b7e8218a33025b03c37c5b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 13 Nov 2016 17:47:18 +0100 Subject: ndpiReader: fix unused function 'debug_printf' [-Wunused-function] Comment the function --- example/ndpiReader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/ndpiReader.c') 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 -- cgit v1.2.3