summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmaccessibility.cpp
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2025-10-16 09:51:40 +0200
committerMarc Mutz <[email protected]>2025-10-21 00:02:40 +0000
commitf20f12baab1f40ec0aad2635186e7d270139509b (patch)
treef9fec9a4362a91de0e9f1a568aeafc930ccd3299 /src/plugins/platforms/wasm/qwasmaccessibility.cpp
parent2200b5c098b3ec301ac1b41a9f65f6a4d71eec73 (diff)
Suppress Clang 21 -Wcharacter-conversion
The new Clang 21 warning is wreaking havoc in C++ projects that want to use modern C++, because it not only warns about char8_t → char16_t, but also about the completely harmless char16_t → char32_t conversions. It has since been fixed, but suppress the warning globally until we know which version has the fix (looks to be 21.1.4 at this point). Upstream bug report: https://github.com/llvm/llvm-project/issues/163719 More discussion in: https://github.com/llvm/llvm-project/issues/138526 Upstream fix: https://github.com/llvm/llvm-project/pull/163927 Pick-to: 6.10 6.8 6.5 Change-Id: I6409f6f6833131e3a77d81ab679125b2806e86a2 Reviewed-by: Edward Welbourne <[email protected]> Reviewed-by: Ahmad Samir <[email protected]>
Diffstat (limited to 'src/plugins/platforms/wasm/qwasmaccessibility.cpp')
0 files changed, 0 insertions, 0 deletions