Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cppcheck --enable=all --cppcheck-build-dir=. --error-exitcode=0 --inline-suppr --force -j 4 --template={"patternId":"{id}","file":"{file}","line":"{line}","message":"{message}"} --language=c++ src/{Face,Polyhedron}.cuh
- cppcheck: unusedFunction check can't be used with '-j' option. Disabling unusedFunction check.
- Checking src/Face.cuh ...
- Checking src/Polyhedron.cuh ...
- message:Code 'template<...' is invalid C code. Use --std or --language to configure the language.
- 1/2 files checked 51% done
- 2/2 files checked 100% done
Add Comment
Please, Sign In to add comment