summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-14 23:33:05 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-07-19 01:36:41 -0400
commit7a306e1a46a91dadb77656a6998a8dcaa6482b8f (patch)
treeeaed74716dc509a9e1c3d73808175fd1160282db /data
parent2548f921a29babe665593e5dcf401eb27aedd174 (diff)
downloadmeson-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