>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch John> quashes some harmless warnings in FormMaths. MathsCallbackValues val = static_cast<MathsCallbackValues>(data); - lyxerr[Debug::GUI] << "Maths button CB val " << val << endl; + lyxerr[Debug::GUI] << "Maths button CB val " << long(val) << endl; Why don't you just send "data" to lyxerr? This would avoid the cast. JMarc
- [PATCH] and bug report (mine ?) John Levon
- Re: [PATCH] and bug report (mine ?) Angus Leeming
- Re: [PATCH] and bug report (mine ?) Angus Leeming
- Re: [PATCH] and bug report (mine ?) Jean-Marc Lasgouttes
- Re: [PATCH] and bug report (mine ?) Lars Gullik Bjønnes
- Re: [PATCH] and bug report (mine ?) Jean-Marc Lasgouttes