From: Kern Sibbald Date: Thu, 6 Aug 2009 13:47:47 +0000 (-0700) Subject: bat: fix compiler warning for unreferenced argument X-Git-Tag: Release-5.0.0~336^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=327741aa61722a01113ba989cfca4aadffee715e;p=bacula%2Fbacula bat: fix compiler warning for unreferenced argument --- 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