add the comment //fallthrough
This commit is contained in:
parent
38db3274cb
commit
6cd1e51d1e
@ -783,9 +783,9 @@ const char* Emitter::ComputeNullName() const {
|
||||
case CamelNull:
|
||||
return "Null";
|
||||
case TildeNull:
|
||||
// fallthrough
|
||||
default:
|
||||
return "~";
|
||||
default: // fallthrough
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user