[roll] Roll fuchsia [cflags] Make FIT_DECLARE_THREAD_CHECKER -Wextra-semi compliant

The previous approach of surrounding the empty form of this macro
doesn't actually work, because the trailing semicolon ends up being
outside the pragmas.
Therefore it's required to include the semicolon in the non-empty
definition of this macro, and to remove the semicolon from all usages.

Upsetting but apparently unavoidable.

Original-Bug: 56257
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/605824
Original-Revision: 1760f229dc46fa8e19f75c1b0ea32f50914b61e0
GitOrigin-RevId: ceb4fceb303da24579b48b2e57ddb6955aad18b2
Change-Id: Ie0d01af4e57b27d4398896d3471daf86047c05ce
1 file changed
tree: 9cd1490b23f3ebbb1a12d3241256cccbead32036
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.