diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.boringssl | 3 | ||||
-rw-r--r-- | etc/defaults/CC/TARGETS.grpc | 1 | ||||
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/etc/defaults/CC/TARGETS.boringssl b/etc/defaults/CC/TARGETS.boringssl index fa4e7b13..8df2d0d3 100644 --- a/etc/defaults/CC/TARGETS.boringssl +++ b/etc/defaults/CC/TARGETS.boringssl @@ -55,9 +55,6 @@ , "-Wwrite-strings" , "-Wshadow" , "-fno-common" - , "-Wmissing-prototypes" - , "-Wold-style-definition" - , "-Wstrict-prototypes" ] ] ] diff --git a/etc/defaults/CC/TARGETS.grpc b/etc/defaults/CC/TARGETS.grpc index 46271c60..634221e2 100644 --- a/etc/defaults/CC/TARGETS.grpc +++ b/etc/defaults/CC/TARGETS.grpc @@ -50,6 +50,7 @@ , "-Wno-sign-compare" , "-Wno-implicit-fallthrough" , "-DOSATOMIC_USE_INLINED=1" + , "-Wno-attributes" ] } , { "type": "case" diff --git a/etc/defaults/CC/TARGETS.protobuf b/etc/defaults/CC/TARGETS.protobuf index a4eacb41..e7b05ea8 100644 --- a/etc/defaults/CC/TARGETS.protobuf +++ b/etc/defaults/CC/TARGETS.protobuf @@ -56,7 +56,8 @@ , "expr": {"type": "var", "name": "COMPILER_FAMILY"} , "case": { "gnu": ["-Wno-attributes"] - , "clang": ["-Wno-atomic-alignment"] + , "clang": + ["-Wno-atomic-alignment", "-Wno-return-stack-address"] } , "default": ["-Wno-deprecated-enum-enum-conversion"] } |