commit | 417024a9fcd6c7e696ece7f2b6234847e9fff2be | [log] [tgz] |
---|---|---|
author | Eric Rahm <erahm@fuchsia.infra.roller.google.com> | Tue Jul 30 18:41:13 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 30 11:42:06 2024 -0700 |
tree | 3e08718ffe02c7581ec152692368191599fa941c | |
parent | e1dcfc9a6212e8f421404f0b2b2cb0b75aff5edb [diff] |
[roll] Roll fuchsia [bt] Fix shadow variable warnings This fixes warnings about variable names being shadowed in cases such as: ``` const auto result = foo(); if (result.is_error()) { auto result = bar(); use_result(result); } ``` Original-Bug: b/355511476 Test: fx test //src/connectivity/bluetooth/core/bt-host Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089918 Original-Revision: e99becf4801c0346aa8cdae07362ecb0607edd43 GitOrigin-RevId: 0fd4edca93c5f56f65676e8f3badc0f327fcf792 Change-Id: Ia5378c4d05dd491b8dd0041f342559ac8808e453
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.