[Chore](build) enable fallthrough check annd fix some fallthrough bug (#16748)
* enable fallthrough check annd fix some fallthrough bug * fix * fix
This commit is contained in:
@ -243,6 +243,7 @@ int64_t base64_decode(const char* data, size_t length, char* decoded_data) {
|
||||
return 0;
|
||||
case 2:
|
||||
k++;
|
||||
[[fallthrough]];
|
||||
case 3:
|
||||
decoded_data[k] = 0;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user