[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_unit_test: Fix -Waddress warning when verifying RUN_ALL_TESTS

When Google Test back-end is used for pw_unit_test GCC reports warning
as follows:

pw_unit_test/public/pw_unit_test/framework.h:181:30: error: the address of 'int RUN_ALL_TESTS()' will never be NULL [-Werror=address]

This happens only with Google Test back-end, because pw_unit_test uses
"#define RUN_ALL_TESTS() ..." and in such case the static_assert is not
used.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243133
Original-Revision: a4636bc83d6905cb252a65d19eab4ec2478af42b
GitOrigin-RevId: f4c8e93e87245a4d4c1e82bb9a16514990c42dea
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1142099
Original-Revision: f6456ff926fa54bd0250bd567891aeead1d4ebb9
Change-Id: I7b353093b4de1632483ca4e7b0455607936bc58c
1 file changed
tree: 9f0bdbd0325869db7fa58aa0270472920883e0ec
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.