#5548 Remove switch fallthrough (warning on gcc 7).

This commit is contained in:
Kristian Bendiksen 2020-03-27 07:17:52 +01:00 committed by Magne Sjaastad
parent 568a135d82
commit b566ddbd4b

View File

@ -67,6 +67,7 @@ void RivReservoirViewPartMgr::scheduleGeometryRegen( RivCellSetEnum geometryType
{
case OVERRIDDEN_CELL_VISIBILITY:
clearGeometryCache( OVERRIDDEN_CELL_VISIBILITY );
break;
case INACTIVE:
clearGeometryCache( INACTIVE );
clearGeometryCache( RANGE_FILTERED_INACTIVE );