summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-03-03 13:44:26 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-03-03 15:09:11 +0100
commit3e21b4a4b41e2b93fb992e348059f13ac815f583 (patch)
tree8df1f692a6b0d785e3c64313470146866ea767c0
parent3e1a403d5790b09dc0b2cdeac22db188d58ff0cc (diff)
downloadrules-cc-3e21b4a4b41e2b93fb992e348059f13ac815f583.tar.gz
CC rules: Disable warnings for protobuf
-rw-r--r--CC/proto/EXPRESSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS
index a98c51c..dd48744 100644
--- a/CC/proto/EXPRESSIONS
+++ b/CC/proto/EXPRESSIONS
@@ -294,6 +294,7 @@
, "value": {"type": "var", "name": "all proto srcs"}
}
]
+ , ["local cflags", ["-Wno-sign-conversion", "-Wno-unused-function"]]
]
, "body": {"type": "CALL_EXPRESSION", "name": "result"}
}