diff options
author | Luca Deri <deri@ntop.org> | 2019-11-17 17:51:45 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-17 17:51:45 +0100 |
commit | 51cfdfb0d80a7bbcc11bc3b95d1696d8dae900c2 (patch) | |
tree | d842aa211a58677ae596ca0cea68a622d7152d03 /example/Makefile.in | |
parent | 53108c9ff15aa52db76ad271db256ff7070efcff (diff) |
Removed unused JSON-C code
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |