[roll] Roll third_party/acpica [build] Suppress -Wunused-but-set-var in acpica

This patch suppresses -Wunused-but-set-variable warning in
acpica third party code that does not comply with.

The code that causes the issue is as the following:
1) third_party/acpica/source/components/namespace/nsaccess.c:341:29:
   error: variable 'NumCarats' set but not used
2) third_party/acpica/source/common/dmtbdump.c:82:29:
   error: parameter 'AbsoluteOffset' set but not used

Original-Bug: 96410
Original-Revision: ba7b6a7570259b4743c234014a8b8befe57b19b0
GitOrigin-RevId: b8a82881009505a11398b230e7c2e69c3df3aa45
Change-Id: Id6be8daa79e8ee673194f8e16721514be0e04d78
1 file changed
tree: 361b02b039a7239661b480b5571438caf4793d5e
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.