Silence stray warnings.

This commit is contained in:
David Given
2021-12-16 14:27:18 +01:00
parent 63a5954dfa
commit 5768a766b8
2 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ public:
sectors.push_back(sectorId + i);
break;
}
default:
break;
}
return sectors;
}