mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
silenced a compiler warning regarding null pointer dereferencing
This commit is contained in:
parent
a3c894c1e2
commit
49938182e8
@ -117,7 +117,7 @@ void CSVSettings::RangeView::buildSpinBox (CSMSettings::Setting *setting)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//min / max values are set automatically in AlphaSpinBox
|
//min / max values are set automatically in AlphaSpinBox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user