Added fallthrough attribute

This commit is contained in:
Hrvoje Jasak 2019-06-19 11:38:43 +01:00
parent d4f21693fa
commit 19890cb253

View file

@ -321,6 +321,7 @@ Foam::refineImmersedBoundaryMesh::refinementCells
case IB_CELL_CELLS: case IB_CELL_CELLS:
{ {
addIbCellCells(refCellSet); addIbCellCells(refCellSet);
[[fallthrough]];
} }
case IB_CELLS: case IB_CELLS: