diff options
| author | Sam James <sam@gentoo.org> | 2024-07-14 23:33:05 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-07-19 01:36:41 -0400 |
| commit | 7a306e1a46a91dadb77656a6998a8dcaa6482b8f (patch) | |
| tree | eaed74716dc509a9e1c3d73808175fd1160282db /data | |
| parent | 2548f921a29babe665593e5dcf401eb27aedd174 (diff) | |
| download | meson-7a306e1a46a91dadb77656a6998a8dcaa6482b8f.tar.gz | |
compilers: handle -Wno-attributes= for GCC
For other reasons, Meson transforms "-Wno-x" into "-Wx -Wno-x" for GCC,
but this breaks with "-Wno-attributes=x" with:
```
cc1plus: error: arguments ignored for '-Wattributes='; use '-Wno-attributes=' instead
```
Suppress that workaround for -Wno-attributes=.
Closes: https://github.com/mesonbuild/meson/issues/13022
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions
