[roll] Roll third_party/openweave-core [build] Suppress the warning for VLA use

Clang now warns for uses of variable length arrays (VLA) in C++. We
should eventually remove all uses of VLA. For now we only suppress the
warning for targets that use them.

Original-Bug: 135694
Original-Revision: e796771e6e83f314dc93f5f8953faa874884c04a
GitOrigin-RevId: 94eaeb73b0ff5fc302bf34cafa181895613e555e
Change-Id: I2273486387072031743a30cf40dc0b619d5c829e
1 file changed
tree: 05bf061910bed4cdf1d74d5e2b6ba09b1960c6d7
  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.