Add this option to clang: -Wno-unused-command-line-argument #4071
Answered
by
hsanson
ubaldot
asked this question in
Q&A - Ask for help with problems
-
How to?
|
Beta Was this translation helpful? Give feedback.
Answered by
hsanson
Feb 11, 2022
Replies: 1 comment 1 reply
-
Are you editing a C file or a CPP file? can you please post the whole ALEInfo output? If you are editing a CPP file you have to use g:ale_cpp_clang_options instead of g:ale_c_clang_options. To see what command ALE is using to invoke clang you can do:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ubaldot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you editing a C file or a CPP file? can you please post the whole ALEInfo output?
If you are editing a CPP file you have to use g:ale_cpp_clang_options instead of g:ale_c_clang_options. To see what command ALE is using to invoke clang you can do: