From bab60c1b5c2bf8a32eb8e2be2470e28559c4b24a Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 21 Aug 2009 23:41:02 +0200 Subject: Warning fix: mask_format = unreferenced parameter --- src/gui/text/qfontengine_win.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/text/qfontengine_win.cpp b/src/gui/text/qfontengine_win.cpp index 25cc4da..173b822 100644 --- a/src/gui/text/qfontengine_win.cpp +++ b/src/gui/text/qfontengine_win.cpp @@ -1098,6 +1098,7 @@ extern bool qt_cleartype_enabled; QNativeImage *QFontEngineWin::drawGDIGlyph(HFONT font, glyph_t glyph, int margin, const QTransform &t, QImage::Format mask_format) { + Q_UNUSED(mask_format) glyph_metrics_t gm = boundingBox(glyph); // printf(" -> for glyph %4x\n", glyph); -- cgit v0.12