Re: Question about potential bug in LyXFunc

2006-09-10 Thread Lars Gullik Bjønnes
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

Question about potential bug in LyXFunc

2006-09-10 Thread Abdelrazak Younes
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