diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-09 21:01:02 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 21:30:56 -0700 |
commit | fb4b4faf76d28ee00f6962936a0d6f24ada77f8e (patch) | |
tree | 4503334c0069c62ee34c2bb2fa1b74243afe9e48 | |
parent | 6a293d7346de300a943c41a853dd0acb3db05c0c (diff) | |
download | meta-clang-fb4b4faf76d28ee00f6962936a0d6f24ada77f8e.tar.gz |
fmt: Disable invalide-specialization warning as error
This fails fmt to build with clang-20 + libcxx
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 9a577c7..f88e633 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -364,6 +364,9 @@ CXXFLAGS:append:pn-nodejs:toolchain-clang = " -Wno-error=enum-constexpr-conversi | |||
364 | # 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] | 364 | # 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] |
365 | CXXFLAGS:append:pn-doxygen:toolchain-clang = " -Wno-error=missing-template-arg-list-after-template-kw" | 365 | CXXFLAGS:append:pn-doxygen:toolchain-clang = " -Wno-error=missing-template-arg-list-after-template-kw" |
366 | 366 | ||
367 | # Finds this extra warning with clang20+ | ||
368 | CXXFLAGS:append:pn-fmt:toolchain-clang = " -Wno-error=invalid-specialization" | ||
369 | |||
367 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' | 370 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' |
368 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) | 371 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) |
369 | COMPILER_RT:pn-ruby:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 372 | COMPILER_RT:pn-ruby:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |