diff options
author | Henrik Lehtonen <eigengrau@vm86.se> | 2025-07-27 09:17:56 +0200 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-29 02:23:00 +0300 |
commit | e501a226e91df77d60d058c5d9efd33bd2b38f99 (patch) | |
tree | f3f9db78919d5eb75216f79f1a9fb0e6316fc919 /docs/markdown/snippets/swift-module-name.md | |
parent | 189c27ef815b717a854d2ecdda1851463a5deff3 (diff) | |
download | meson-e501a226e91df77d60d058c5d9efd33bd2b38f99.zip meson-e501a226e91df77d60d058c5d9efd33bd2b38f99.tar.gz meson-e501a226e91df77d60d058c5d9efd33bd2b38f99.tar.bz2 |
c: add more exceptions to -Wno-*
Commit eca1ac18dc1978b15b500c9f1710c05cb1ccc0ec (#14252) added support
for properly detecting the -Wno-vla-larger-than flag: a value must be
specified for its positive form (-Wvla-larger-than=N), or GCC will exit
with the error "missing argument to ‘-Walloc-size-larger-than=’".
There is a handful of other -Wno-* flags whose positive form act in the
same manner, but are not covered here:
* -Wno-alloc-size-larger-than (GCC >=7.1.0)
* -Wno-alloca-larger-than (GCC >=7.1.0)
* -Wno-frame-larger-than (GCC >=4.4.0)
* -Wno-stack-usage (GCC >=4.7.0)
Add logic to treat these in the same way.
Signed-off-by: Henrik Lehtonen <eigengrau@vm86.se>
Diffstat (limited to 'docs/markdown/snippets/swift-module-name.md')
0 files changed, 0 insertions, 0 deletions