]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.cpp
Remove warnings reported with gcc 4.3:
[features.git] / src / insets / InsetTabular.cpp
index ff89ddd931bc79b265dd8b576b6d6015bfab2108..47c50de74f72e328714187e9b4f3e760640b3b44 100644 (file)
@@ -875,7 +875,7 @@ bool Tabular::leftAlreadyDrawn(idx_type cell) const
                row_type row = cellRow(cell);
                while (--column &&
                           (cell_info[row][column].multicolumn ==
-                               Tabular::CELL_PART_OF_MULTICOLUMN));
+                               Tabular::CELL_PART_OF_MULTICOLUMN)) { }
                if (getAdditionalWidth(cell_info[row][column].cellno))
                        return false;
                return rightLine(cell_info[row][column].cellno);