From 51cfdfb0d80a7bbcc11bc3b95d1696d8dae900c2 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 17 Nov 2019 17:51:45 +0100 Subject: Removed unused JSON-C code --- example/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.in') diff --git a/example/Makefile.in b/example/Makefile.in index 8d1bcd36a..2b3432591 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -27,7 +27,7 @@ dpdk: make -f Makefile.dpdk check: - cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I../src/include -I/usr/local/include/json-c *.c + cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I../src/include *.c clean: /bin/rm -f *.o ndpiReader ndpiReader.dpdk -- cgit v1.2.3