http://www.codeproject.com/Tips/472065/Poor-Man-s-Visual-Studio-Cppcheck-Integration

按照如上链接设置后,发现神马都输出不了。经过研究把Arguments改为如下格式即可:

cppcheck --quiet --verbose --enable=all --template=vs --std=c++11 $(ItemPath)

原因应该是缺少了 -enable=all 应该是cppcheck新版本新加的功能。

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-08-18
  • 2021-06-01
  • 2022-03-07
相关资源
相似解决方案