From 1130440047d1358cae3a695eb5d8ef80d9c5c13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:05:49 +0000 Subject: [PATCH] Bump third_party/pigweed/repo from `4e9bb2b` to `ee4e09c` (#27597) * Bump third_party/pigweed/repo from `4e9bb2b` to `ee4e09c` Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `4e9bb2b` to `ee4e09c`. - [Commits](https://github.com/google/pigweed/compare/4e9bb2b06e3b34981ba3064a8a496dd573c6f0b8...ee4e09ccde34497280b27f41b309a6d59ec44245) --- updated-dependencies: - dependency-name: third_party/pigweed/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Fix darwin framework build with newer clang. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Boris Zbarsky --- .../Framework/CHIP/MTRDeviceAttestationDelegateBridge.mm | 6 ++++-- third_party/pigweed/repo | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceAttestationDelegateBridge.mm b/src/darwin/Framework/CHIP/MTRDeviceAttestationDelegateBridge.mm index b9179185f959f1..454ca4556b0957 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceAttestationDelegateBridge.mm +++ b/src/darwin/Framework/CHIP/MTRDeviceAttestationDelegateBridge.mm @@ -21,13 +21,15 @@ #import "MTRLogging_Internal.h" #import "NSDataSpanConversion.h" +#include + void MTRDeviceAttestationDelegateBridge::OnDeviceAttestationCompleted(chip::Controller::DeviceCommissioner * deviceCommissioner, chip::DeviceProxy * device, const chip::Credentials::DeviceAttestationVerifier::AttestationDeviceInfo & info, chip::Credentials::AttestationVerificationResult attestationResult) { dispatch_async(mQueue, ^{ - MTR_LOG_DEFAULT( - "MTRDeviceAttestationDelegateBridge::OnDeviceAttestationFailed completed with result: %hu", attestationResult); + MTR_LOG_DEFAULT("MTRDeviceAttestationDelegateBridge::OnDeviceAttestationFailed completed with result: %hu", + chip::to_underlying(attestationResult)); mResult = attestationResult; diff --git a/third_party/pigweed/repo b/third_party/pigweed/repo index 4e9bb2b06e3b34..ee4e09ccde3449 160000 --- a/third_party/pigweed/repo +++ b/third_party/pigweed/repo @@ -1 +1 @@ -Subproject commit 4e9bb2b06e3b34981ba3064a8a496dd573c6f0b8 +Subproject commit ee4e09ccde34497280b27f41b309a6d59ec44245