gcc 4.4.3 is throwing a lot of warnings here:
insets/InsetTabular.cpp: In member function ‘virtual void
lyx::InsetTabular::metrics(lyx::MetricsInfo&, lyx::Dimension&) const’:
insets/InsetTabular.cpp:3248: warning: unused variable ‘top_space_cell’
insets/InsetTabular.cpp:3251: warning: unused variable ‘bottom_space_cell’
insets/InsetTabular.cpp: In member function ‘virtual void
lyx::InsetTabular::draw(lyx::PainterInfo&, int, int) const’:
insets/InsetTabular.cpp:3325: warning: unused variable ‘nx’
insets/InsetTabular.cpp: In member function ‘void
lyx::InsetTabular::drawCellLines(lyx::frontend::Painter&, int, int,
size_t, size_t, const lyx::Change&) const’:
insets/InsetTabular.cpp:3516: warning: suggest parentheses around ‘&&’
within ‘||’
insets/InsetTabular.cpp:3530: warning: suggest parentheses around ‘&&’
within ‘||’
insets/InsetTabular.cpp:3538: warning: suggest parentheses around ‘&&’
within ‘||’
Are these variables to be used, or what?
rh