diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2024-03-20 13:06:29 +0100 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2024-03-20 13:06:29 +0100 |
commit | 81ec95ff983afd7f31c2713891bbc37bd630a100 (patch) | |
tree | d99230d9acd7155192f9d5c4257a557762b36eb5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3a90cb4c1819c5ad90ba1cba266c5e94cc4ce230 (diff) | |
download | llvm-81ec95ff983afd7f31c2713891bbc37bd630a100.zip llvm-81ec95ff983afd7f31c2713891bbc37bd630a100.tar.gz llvm-81ec95ff983afd7f31c2713891bbc37bd630a100.tar.bz2 |
Silence -Wswitch warnings
TypeSystemClang.cpp:4074:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch]
4074 | switch (qual_type->getTypeClass()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
TypeSystemClang.cpp:4755:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch]
4755 | switch (qual_type->getTypeClass()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
TypeSystemClang.cpp:5088:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch]
5088 | switch (qual_type->getTypeClass()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions