From 3ab03977b6f357b8c039dcfb868a50bcc37260e9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 6 Mar 2010 10:26:02 +0100 Subject: [PATCH] Tweak: fix compiler warning --- bacula/src/qt-console/util/fmtwidgetitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/qt-console/util/fmtwidgetitem.cpp b/bacula/src/qt-console/util/fmtwidgetitem.cpp index 5856f058a4..4551e8fa92 100644 --- a/bacula/src/qt-console/util/fmtwidgetitem.cpp +++ b/bacula/src/qt-console/util/fmtwidgetitem.cpp @@ -221,7 +221,7 @@ void ItemFormatterBase::setPercent(int index, float value) * the tooltip stuff */ void ItemFormatterBase::setPixmap(int index, const QPixmap &pix, - const QString &tip) + const QString & /* tip */) { setPixmap(index, pix); } -- 2.39.2