commit | 27869dd47e2a906a4366d921d16db7ca4e9b0de5 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Tue Oct 22 05:37:16 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 21 22:38:47 2024 -0700 |
tree | 9f0bdbd0325869db7fa58aa0270472920883e0ec | |
parent | 305dd7087d0271e73669a8f258d3ecfb48ba073b [diff] |
[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
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 in one of the communication channels documented at get involved.
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
.