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 <mark@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Shai Barack 2020-08-27 22:44:14 -07:00 committed by Commit Bot
parent dc9f3a58aa
commit 364fdd65a0

View File

@ -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) {