]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiToolbar.cpp
suppress warning
[features.git] / src / frontends / qt4 / GuiToolbar.cpp
index f8a78b08e9678dd996a9e7edf88ddc75d0f294bd..fb552539aa8479dafcfd740850f8fb8e26f043b8 100644 (file)
@@ -493,6 +493,8 @@ void GuiLayoutBox::setIconSize(QSize size)
        bool small = size.height() < 20;
        setAttribute(Qt::WA_MacSmallSize, small);
        setAttribute(Qt::WA_MacNormalSize, !small);
+#else
+       (void)size; // suppress warning
 #endif
 }