diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2023-12-15 11:38:26 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2023-12-15 11:39:20 +0800 |
commit | e55bda06dc2bb1ef11ff4fcc43f90d8bf843f967 (patch) | |
tree | 20af7b4fc5de98e4d44dd0ffd839d11b5490bbd2 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 3fe81410b23c4f13954e99c7180fa8a7e1e8ee88 (diff) | |
download | llvm-e55bda06dc2bb1ef11ff4fcc43f90d8bf843f967.zip llvm-e55bda06dc2bb1ef11ff4fcc43f90d8bf843f967.tar.gz llvm-e55bda06dc2bb1ef11ff4fcc43f90d8bf843f967.tar.bz2 |
[NFC] Fix the warning Wcovered-switch-default
There is a warning saying:
ASTWriter.h:766:5: error: default label in switch which covers all
enumeration values [-Werror,-Wcovered-switch-default]
766 | default:
| ^
1 error generated.
And this patch tries to fix this.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions