[roll] Roll fuchsia [devicetree] Suppress -Wdangling-pointers warning

GCC 13's reports -Wdangling-pointers warnings for this code,
which uses a pattern that rightfully looks a bit suspect, but is
actually working as intended.  So just suppress the warning for
that code, along with using RAII semantics to make it more robust
in case any more `return` statements get added to the function.

Original-Bug: 126220
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/847476
Original-Revision: 6127536dbcb2028045035e0fc348cda702af2154
GitOrigin-RevId: 48098fa80a31b9a5575cdbf3ee63707490c791d0
Change-Id: Ie5cbcec3464aecc892bafb668e4e48d6b8180b0e
1 file changed
tree: d8cd7a75fb65327217f65cefb9877be9ea09d491
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.