[roll] Roll fuchsia [musl] Fix GCC compiler warnings

Building bringup.arm64 with the 'gcc' variant was broken due to a
few minor GCC-specific conversion compiler warnings. This went
undetected in CI because an infra "optimization" reduced the set
of targets being built for the bringup.arm64-gcc configuration
(see bug for details, this is now fixed).

This CL fixes the conversion errors by using a few explicit
casts where they are needed for GCC.

Original-Bug: 84045
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576843
Original-Revision: a72db2cf4437309008ee336897e29864668099c4
GitOrigin-RevId: 26294c487a3dab2aa05413bbd85a6b70088acfe0
Change-Id: Ibed83f6e2e4026ffde423a620e5680b6e7c2e3a8
1 file changed
tree: 908603abf07b7e867a5d03299930331f22a6821f
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.