diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-25 21:53:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-26 00:22:40 -0700 |
commit | a641153f62e4e6d2ec0051ffc56942a028d75905 (patch) | |
tree | 996678e152f82001d39ad901e51d06c02f7f2ef6 | |
parent | d2cd6df0fecbe1a455307c0385d428f5d5847bbc (diff) | |
download | meta-clang-a641153f62e4e6d2ec0051ffc56942a028d75905.tar.gz |
doxygen: Disable missing-template-arg-list-after-template-kw as error with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 536dc70..6230045 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -352,6 +352,8 @@ CFLAGS:pn-pidgin-sipe:append:toolchain-clang = " -Wno-error=cast-function-type-s | |||
352 | # v8 engine in nodejs moved beyong this commit | 352 | # v8 engine in nodejs moved beyong this commit |
353 | # https://github.com/v8/v8/commit/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f | 353 | # https://github.com/v8/v8/commit/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f |
354 | CXXFLAGS:pn-nodejs:append:toolchain-clang = " -Wno-error=enum-constexpr-conversion" | 354 | CXXFLAGS:pn-nodejs:append:toolchain-clang = " -Wno-error=enum-constexpr-conversion" |
355 | # deps/TinyDeflate/gunzip.hh:1144:35: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw] | ||
356 | CXXFLAGS:append:pn-doxygen:toolchain-clang = " -Wno-error=missing-template-arg-list-after-template-kw" | ||
355 | 357 | ||
356 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' | 358 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' |
357 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) | 359 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) |