summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 0261a45..e488018 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -137,6 +137,11 @@ CFLAGS_append_pn-openssl_toolchain-clang_armv7ve = " -no-integrated-as"
137CFLAGS_append_pn-openssl_toolchain-clang_armv7a = " -no-integrated-as" 137CFLAGS_append_pn-openssl_toolchain-clang_armv7a = " -no-integrated-as"
138CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as" 138CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as"
139 139
140# src/libswscale/arm/rgb2yuv_neon_common.S:239:11: error: unexpected token in argument list
141# CO_RY .dn d0.s16[0]
142# ^
143CPPFLAGS_append_pn-gstreamer1.0-libav_toolchain-clang = " -no-integrated-as"
144
140# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a 145# regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a
141# space between literal and identifier [-Wreserved-user-defined-literal] 146# space between literal and identifier [-Wreserved-user-defined-literal]
142#| snprintf_func (buf, sizeof(buf), "%"Q"u", x); 147#| snprintf_func (buf, sizeof(buf), "%"Q"u", x);