You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Hello. In Eclipse, I filled up the Advanced Settings tab with: --inline-suppr --enable=all -j5 --project=D:\Dev\compil\EB\compile_commands.json --language=c++
but it does not seem to run this configuration. In particular, I would like to run cppcheck from my compile_commands.json file, to have no surprise with compilation parameters and to deal only with useful files, but it just runs cppcheck with normal parameters:
Hello. In Eclipse, I filled up the Advanced Settings tab with:
--inline-suppr --enable=all -j5 --project=D:\Dev\compil\EB\compile_commands.json --language=c++
but it does not seem to run this configuration. In particular, I would like to run cppcheck from my
compile_commands.json
file, to have no surprise with compilation parameters and to deal only with useful files, but it just runs cppcheck with normal parameters:Output is:
Thank you for your help and work.
Eclipse version :
Eclipse IDE for C/C++ Developers (includes Incubating components)
Version: 2021-12 (4.22.0)
Build id: 20211202-1639
The text was updated successfully, but these errors were encountered: