Am 01.09.2010 um 01:38 schrieb Uwe Stöhr: > Am 31.08.2010 08:02, schrieb Stephan Witt: > > However, this compilation error remains: > > 10>..\..\src\LyX.cpp(288) : error C4101: 'message' : unreferenced local > variable > > The attached patch fixes also this error for me (debug and release mode). It > seems that MSVC doesn't allow to use empty catched exceptions. OK to put it > in?
Do you really know when the message.type_ is set to ErrorException? I would rather omit the lyx_exit(1) line here. Without testing - this is a too drastic change in my opinion. Stephan