3 Jan 2007 03:30
Re: Improving performance of per-line data, separating cell buffer
Robert Roessler <robertr <at> rftp.com>
2007-01-03 02:30:16 GMT
2007-01-03 02:30:16 GMT
Neil Hodgson wrote: > Robert Roessler: > ... > Those lines don't look like candidates for that warning in the copy > I'm using and I don't see them with VC7 or VC8 although I only have > the free version of VC8 so maybe it skimped on warning messages. > Possibly you have something turned on that isn't in > scintilla/gtk/scintilla.mak. I am using -W3: "Level 3 displays all level 2 warnings and all other warnings recommended for production purposes." MSVC has a -W4 which includes "informational" messages - which I find a bit too chatty. I think this would/should show up on any use of an int expression where a bool is expected - and since GTK's "gboolean" is really just an int... > ... > Sounds safe, so go ahead. Completed and committed as described. Oh, and congratulations on the decoupling (storage-wise) of the text and style data. :) Robert Roessler robertr <at> rftp.com http://www.rftp.com
RSS Feed