Kill warning for uncovered code path.

This commit is contained in:
Thibaut Cuvelier 2021-09-19 20:10:51 +02:00
parent c5262f04a2
commit bde9b7afa0

View File

@ -1575,6 +1575,9 @@ bool TextClass::readFloat(Lexer & lexrc)
case FT_END:
getout = true;
break;
default:
LYXERR0("Unhandled value " << le << " in TextClass::readFloat.");
break;
}
}