diff options
author | David Robillard <d@drobilla.net> | 2023-03-12 17:41:20 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-03-12 19:51:56 -0400 |
commit | 535498d3678aed5b5ec5f2cf5c2b63bc977e50eb (patch) | |
tree | 017a69b5dbac43d94372665dd9ecf16f4852ecf9 /mesonbuild/compilers/compilers.py | |
parent | 58e6fb40f6b12ec89ff5faa0ad0d14f2835a5a25 (diff) | |
download | meson-535498d3678aed5b5ec5f2cf5c2b63bc977e50eb.zip meson-535498d3678aed5b5ec5f2cf5c2b63bc977e50eb.tar.gz meson-535498d3678aed5b5ec5f2cf5c2b63bc977e50eb.tar.bz2 |
Fix warning_level=everything with GCC 8
This option was introduced with GCC 8.1.0 as in the original commit, but the
value wasn't right initially and was volatile during the 8 series.
To avoid this, this commit moves the warning to 9.1.0 (the next version we
generally care about), since we don't want to get too deep into the weeds of
point releases, and a warning not being used yet in some particular version of
GCC isn't a big deal.
Diffstat (limited to 'mesonbuild/compilers/compilers.py')
0 files changed, 0 insertions, 0 deletions