[roll] Roll third_party/mesa [build] Suppress -Wunused-but-set-variable

This patch suppresses -Wunused-but-set-variable warning
that mesa code does not comply with.
The code that causes the warnings is as the following:
1) third_party/mesa/src/compiler/nir/nir_lower_packing.c:158:9: error: variable 'progress' set but not used
2) third_party/mesa/src/intel/vulkan/anv_descriptor_set.c:1122:27: error: variable 'desc' set but not used

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/547261
Original-Revision: 70223bec16782d61261c05676475dfad2289ca0f
GitOrigin-RevId: 579ac208abdcb86dbaba3a56d9786704566edf1c
Change-Id: I31e59690910581e9f08fe24e4e114851e4febaae
1 file changed
tree: f504cf17f365e9e25e4c11fbd462e156b8229975
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.