Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| While re-compiling LyX, I noticed the following warning:
|
| ..\..\..\src\lyxfunc.C(218) : warning C4244: 'initializing' :
| conversion from 'lyx::char_type' to 'char', possible loss of data
|
| in
|
| void LyXFunc::handleKeyFunc(kb_action actio
While re-compiling LyX, I noticed the following warning:
..\..\..\src\lyxfunc.C(218) : warning C4244: 'initializing' : conversion
from 'lyx::char_type' to 'char', possible loss of data
in
void LyXFunc::handleKeyFunc(kb_action action)
{
char c = encoded_last_key;
The problem is tha