mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix warning
This commit is contained in:
parent
4de89acbf4
commit
b28bd27932
@ -299,7 +299,7 @@ KeyMap::ReturnValues KeyMap::readWithoutConv(FileName const & bind_file, KeyMap
|
|||||||
LYXERR(Debug::KBMAP, "Reading bind file:" << bind_file.absFileName());
|
LYXERR(Debug::KBMAP, "Reading bind file:" << bind_file.absFileName());
|
||||||
|
|
||||||
// format of pre-2.0 bind files, before this tag was introduced.
|
// format of pre-2.0 bind files, before this tag was introduced.
|
||||||
unsigned int format = 0;
|
int format = 0;
|
||||||
bool error = false;
|
bool error = false;
|
||||||
while (lexrc.isOK()) {
|
while (lexrc.isOK()) {
|
||||||
switch (lexrc.lex()) {
|
switch (lexrc.lex()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user