From 3e21b4a4b41e2b93fb992e348059f13ac815f583 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 3 Mar 2022 13:44:26 +0100 Subject: CC rules: Disable warnings for protobuf --- CC/proto/EXPRESSIONS | 1 + 1 file changed, 1 insertion(+) (limited to 'CC/proto') 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"} } -- cgit v1.2.3