mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Kill warning for uncovered code path.
This commit is contained in:
parent
c5262f04a2
commit
bde9b7afa0
@ -1575,6 +1575,9 @@ bool TextClass::readFloat(Lexer & lexrc)
|
||||
case FT_END:
|
||||
getout = true;
|
||||
break;
|
||||
default:
|
||||
LYXERR0("Unhandled value " << le << " in TextClass::readFloat.");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user