Clang warning.
--HG-- branch : develop
This commit is contained in:
parent
6a5e684d90
commit
c4262903d8
|
@ -2224,7 +2224,7 @@ void VPatternConverter::PortPieceLabelstoV0_6_0()
|
|||
|
||||
QString line;
|
||||
|
||||
const int material = GetParametrUInt(domMCP, strMaterial, "0");
|
||||
const int material = static_cast<int>(GetParametrUInt(domMCP, strMaterial, "0"));
|
||||
switch(material)
|
||||
{
|
||||
case 0:
|
||||
|
|
Loading…
Reference in New Issue
Block a user