Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcextract: ArgvParser: Disable Wduplicate-decl-specifier error
This happens on recent kernel tree due to issues with LLVM. As we don't need any backends and only need to parse the source code we can disable the warning and move on. For more information about the issue take a look into ClangBuiltLinux/linux#2013 and llvm/llvm-project#93449. Signed-off-by: Marcos Paulo de Souza <[email protected]>
- Loading branch information