From 327741aa61722a01113ba989cfca4aadffee715e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 6 Aug 2009 06:47:47 -0700 Subject: [PATCH] bat: fix compiler warning for unreferenced argument --- bacula/src/qt-console/joblist/joblist.cpp | 2 +- bacula/technotes | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bacula/src/qt-console/joblist/joblist.cpp b/bacula/src/qt-console/joblist/joblist.cpp index 0457f736f0..95dcc8e674 100644 --- a/bacula/src/qt-console/joblist/joblist.cpp +++ b/bacula/src/qt-console/joblist/joblist.cpp @@ -531,7 +531,7 @@ void JobList::showLogForJob() /* * Subroutine to call class to show the log in the database from that job */ -void JobList::showInfoForJob(QTableWidgetItem * item) +void JobList::showInfoForJob(QTableWidgetItem * /*item*/) { QTreeWidgetItem* pageSelectorTreeWidgetItem = mainWin->getFromHash(this); new Job(m_currentJob, pageSelectorTreeWidgetItem); diff --git a/bacula/technotes b/bacula/technotes index c9bb4020df..4a443ed61f 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,8 @@ General: +06Aug09 +kes bat: fix compiler warning for unreferenced argument 04Aug09 ebl bat: Go to the media info panel when double-click on job page or media list ebl bat: cleanup job and mediainfo panel -- 2.39.5