diff options
-rw-r--r-- | etc/defaults/CC/TARGETS.grpc | 5 |
1 files changed, 4 insertions, 1 deletions
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"] } } |