diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6eeb2ca..4f9f3ff 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -291,7 +291,8 @@ CFLAGS:append:pn-qtbase:toolchain-clang:arm = " -no-integrated-as" | |||
291 | #../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] | 291 | #../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] |
292 | # for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { | 292 | # for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { |
293 | # ^~~~~~~~~~~~~~~~~~~~~~ | 293 | # ^~~~~~~~~~~~~~~~~~~~~~ |
294 | CFLAGS:append:pn-seatd:toolchain-clang = " -Wno-sign-compare" | 294 | CFLAGS:append:pn-seatd:toolchain-clang = " -Wno-error=sign-compare" |
295 | CXXFLAGS:append:pn-ot-br-posix:toolchain-clang = " -Wno-error=sign-compare" | ||
295 | 296 | ||
296 | # -fno-tree-vrp is gcc specific | 297 | # -fno-tree-vrp is gcc specific |
297 | CXXFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp" | 298 | CXXFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp" |