diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 3135d0fc..382bb094 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -249,6 +249,13 @@ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" #| ^ CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as" CFLAGS:append:pn-sysbench:toolchain-clang:arm = " -no-integrated-as" +#error: expected absolute expression +#.elseif (bpp == 24) && (numpix == 8) +# ^ +#:50:5: note: while in macro instantiation +# pixld chunk_size, mask_bpp, mask_basereg, MASK +# ^ +CFLAGS:append:pn-qtbase:toolchain-clang:arm = " -no-integrated-as" #../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] # for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) {