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