summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index e710bca..9b0a039 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -177,3 +177,6 @@ CFLAGS_append_pn-db_toolchain-clang = " -no-integrated-as"
177#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 177#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);
178#| ^ 178#| ^
179CXXFLAGS_append_pn-xdelta3_toolchain-clang = " -Wno-error=reserved-user-defined-literal" 179CXXFLAGS_append_pn-xdelta3_toolchain-clang = " -Wno-error=reserved-user-defined-literal"
180
181#memcached.c:6280:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
182CPPFLAGS_append_pn-memcached_toolchain-clang = " -Wno-error=embedded-directive"