]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / rowpainter.C
index b807d3361ae95e9c99708acf8bd6d8742f2a7999..7a6ec164f962514334b432ff9d391a2b15a82629 100644 (file)
@@ -515,7 +515,9 @@ void RowPainter::paintFirst()
                                        } else {
                                                spacing_val = buffer.params().spacing().getValue();
                                        }
+#ifdef WITH_WARNINGS
 #warning Look is this correct?
+#endif
                                        int const labeladdon = int(font_metrics::maxHeight(font) * layout->spacing.getValue() * spacing_val);
 
                                        int const maxdesc = int(font_metrics::maxDescent(font) * layout->spacing.getValue() * spacing_val)