[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.
parent
3fe81410
Please register or sign in to comment