Commit e55bda06 authored by Chuanqi Xu's avatar Chuanqi Xu
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment