]> git.sur5r.net Git - bacula/bacula/commitdiff
bat: fix compiler warning for unreferenced argument
authorKern Sibbald <kern@sibbald.com>
Thu, 6 Aug 2009 13:47:47 +0000 (06:47 -0700)
committerKern Sibbald <kern@sibbald.com>
Thu, 6 Aug 2009 13:47:47 +0000 (06:47 -0700)
bacula/src/qt-console/joblist/joblist.cpp
bacula/technotes

index 0457f736f03c4a67bb0046f421eef5ca980a8a21..95dcc8e6741534e8440b56e64006837c46955851 100644 (file)
@@ -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);
index c9bb4020df7029e4c97a4c2712a32439ef35718f..4a443ed61fcf22dc142eb69028d4cb8c66be449a 100644 (file)
@@ -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