From 364fdd65a01ecc0ffd0985b4e1dfb57161328573 Mon Sep 17 00:00:00 2001 From: Shai Barack Date: Thu, 27 Aug 2020 22:44:14 -0700 Subject: [PATCH] fuchsia: Fix Wconversion on Mac/iOS builds (take two) Followup to: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2373376 This time tested the changed code path. Sorry for the sloppy changes. Thank you for your patience. Bug: fuchsia:56258 Change-Id: I1dc0e37600be3879e76ae4fe17806504b34c75fc Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2381081 Reviewed-by: Mark Mentovai Commit-Queue: Scott Graham --- compat/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/BUILD.gn b/compat/BUILD.gn index 6da9de3a..2436b846 100644 --- a/compat/BUILD.gn +++ b/compat/BUILD.gn @@ -57,7 +57,7 @@ template("compat_target") { # static_library. group(target_name) { forward_variables_from(invoker, "*") - not_needed(invoker, ["configs"]) + not_needed(["configs"]) } } else { static_library(target_name) {