Eliminate compiler warnings

This commit is contained in:
Scott Giese
2018-12-23 22:16:05 -06:00
parent fc2630e66d
commit ed87a0b032
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ SGSubsystemGroup::incrementalInit()
notifyDidChange(m->subsystem, State::INIT);
++_initPosition;
if (_initPosition < _members.size()) {
if (_initPosition < static_cast<int>(_members.size())) {
// start init of the next one
notifyWillChange( _members[_initPosition]->subsystem, State::INIT);
}