diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-11-15 09:07:06 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-11-15 09:07:06 +0100 |
commit | be33c81cbdaa7fecec36b8fe0fef2fc2e37527f4 (patch) | |
tree | e1a7263ff67927643326797daa0d9e9295e7bd9c | |
parent | afff2e86ebb04412c08457d7848af0dcb1059c92 (diff) | |
download | vdr-plugin-rpihddevice-be33c81cbdaa7fecec36b8fe0fef2fc2e37527f4.tar.gz vdr-plugin-rpihddevice-be33c81cbdaa7fecec36b8fe0fef2fc2e37527f4.tar.bz2 |
suppress warnings about unused functions when running cppcheck
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,4 +168,4 @@ clean: .PHONY: cppcheck cppcheck: - @cppcheck --language=c++ --enable=all -v -f . + @cppcheck --language=c++ --enable=all --suppress=unusedFunction -v -f . |