From a29128d4e5ba64bf09f67a7cffea6925af01e0e4 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 26 Oct 2022 12:55:21 +0200 Subject: grpc: Do not warn about unkonwn warning options --- etc/defaults/CC/TARGETS.grpc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/defaults') diff --git a/etc/defaults/CC/TARGETS.grpc b/etc/defaults/CC/TARGETS.grpc index 36b0bb33..aea78403 100644 --- a/etc/defaults/CC/TARGETS.grpc +++ b/etc/defaults/CC/TARGETS.grpc @@ -99,7 +99,10 @@ , { "type": "case" , "expr": {"type": "var", "name": "COMPILER_FAMILY"} , "case": - { "clang": ["-Wno-implicit-const-int-float-conversion"] + { "clang": + [ "-Wno-unknown-warning-option" + , "-Wno-implicit-const-int-float-conversion" + ] , "gnu": ["-Wno-stringop-overflow", "-Wno-stringop-truncation"] } } -- cgit v1.2.3