kolay_ne

cppcheck 3

Aug 18th, 2020 (edited)
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. $ 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
  2. cppcheck: unusedFunction check can't be used with '-j' option. Disabling unusedFunction check.
  3. Checking src/Face.cuh ...
  4. Checking src/Polyhedron.cuh ...
  5. message:Code 'template<...' is invalid C code. Use --std or --language to configure the language.
  6. 1/2 files checked 51% done
  7. 2/2 files checked 100% done
Add Comment
Please, Sign In to add comment