Skip to content

meson: Disable bison's -Wdeprecated since we still support old bison.

Emma Anholt requested to merge anholt/mesa:deprecated-bison into master

We can't stop using deprecated keywords because we maintain support for ancient bison. Silence the warning so that builds are less noisy.

Merge request reports