qbs build: Suppress clang warnings from lua library

Change-Id: Iad8ad53d9744894536a3dee01376c5b8d13313f8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2025-04-16 15:20:34 +02:00
parent db1ebfdfc5
commit 995f149718

View File

@@ -13,6 +13,11 @@ QtcLibrary {
return defines; return defines;
} }
Properties {
condition: qbs.toolchain.includes("clang")
cpp.cFlags: "-Wno-parentheses-equality"
}
Group { Group {
name: "Sources" name: "Sources"
prefix: "src/" prefix: "src/"