[roll] Roll fuchsia [cpp] Fix "non-virtual-destructor" warnings in SDK C++

Virtual classes should always have virtual destructor for safety.

The next CL will turn on the warning in the build for partner SDK C++.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/871294
Original-Revision: 1dcf066e40114b7b91ffa6cd07cae6aaf327584e
GitOrigin-RevId: 31f58564cdc14d6c01899c7c3d63a9e471a464f6
Change-Id: Ia68eed54f77ce0a2d486091b0491a4c9a79a391a
1 file changed
tree: 51ac63d8cd5c843698f5fb48bddcc8668f58a26c
  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.