-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c/c++-gcc includes are ignored #161
Comments
Either the |
Will try out the update but as far as I know you can see other checkers using |
I knew about using cppcheck, that's been in cmake-ide for a while. Thanks for the kind words! |
I just tried this cmake-ide enhancement for c/c++-gcc, but I get the following message when the checker is run:
I suppose the reason is that the flycheck is already defining the c/c++-gcc checker with an explicit output option I am not sure regarding the best approach should be to solve this, i.e. either filtering out |
Filtering is probably the best idea. |
Please find a possible quick patch attached. I just added a 0001-Remove-the-gcc-o-argument-for-the-flycheck-c-c-gcc-c.patch.gz |
@ppp13 If you have a patch, please submit a PR. |
Just done. |
I just installed
cmake-ide
and did the setup as mentioned. It only added clang include directories forflycheck
. But I am using thec/c++-gcc
checker.The text was updated successfully, but these errors were encountered: