summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 22:45:49 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit1b0d6dbd9a54c6d527478cb3818858b81e1f7154 (patch)
tree382300c77642ed9de30b1a1aad1301bd5db9eee2
parent675d52bfa8ea97084a83525c82e68bb39c1fb444 (diff)
downloadmeta-clang-1b0d6dbd9a54c6d527478cb3818858b81e1f7154.tar.gz
memcached: do not disable embedded-directive anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index c7b75b7..57a4f68 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -256,9 +256,6 @@ CFLAGS:append:pn-seatd:toolchain-clang = " -Wno-sign-compare"
256CXXFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp" 256CXXFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp"
257CFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp" 257CFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp"
258 258
259#memcached.c:6280:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
260CPPFLAGS:append:pn-memcached:toolchain-clang = " -Wno-error=embedded-directive"
261
262#| /tmp/mcp2515-578c41.s: Assembler messages: 259#| /tmp/mcp2515-578c41.s: Assembler messages:
263#| /tmp/mcp2515-578c41.s:1525: Error: r13 not allowed here -- `sub.w sp,r1,#8' 260#| /tmp/mcp2515-578c41.s:1525: Error: r13 not allowed here -- `sub.w sp,r1,#8'
264#| /tmp/mcp2515-578c41.s:1821: Error: r13 not allowed here -- `sub.w sp,r6,#8' 261#| /tmp/mcp2515-578c41.s:1821: Error: r13 not allowed here -- `sub.w sp,r6,#8'