+ fix compiler warning due to comparison of string literals
This commit is contained in:
parent
898bd8bb4c
commit
1166d8d2cc
|
@ -247,7 +247,7 @@ TextSet getUIStrings(Base::Type attacherType, eMapMode mmode)
|
|||
}
|
||||
}
|
||||
|
||||
assert("No user-friendly string defined for this attachment mode."=="");
|
||||
assert(false && "No user-friendly string defined for this attachment mode.");
|
||||
return TwoStrings(QString::fromStdString(AttachEngine::getModeName(mmode)), QString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user