summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/TARGETS.protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/defaults/CC/TARGETS.protobuf')
-rw-r--r--etc/defaults/CC/TARGETS.protobuf3
1 files changed, 2 insertions, 1 deletions
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"]
}