From 71aef2c87f84a74f78941873d878873afa055129 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 15 Jan 2016 12:17:26 +0100 Subject: [PATCH] Fix compiler warning --- bacula/src/qt-console/tray-monitor/authenticate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/qt-console/tray-monitor/authenticate.cpp b/bacula/src/qt-console/tray-monitor/authenticate.cpp index f78861a4b3..522c323da6 100644 --- a/bacula/src/qt-console/tray-monitor/authenticate.cpp +++ b/bacula/src/qt-console/tray-monitor/authenticate.cpp @@ -55,7 +55,7 @@ static char FDOKhello[] = "2000 OK Hello"; /* * Authenticate Director */ -int authenticate_director(JCR *jcr, MONITOR *mon, DIRRES *director) +int authenticate_director(JCR *jcr, MONITOR *mon, DIRRES */*director*/) { BSOCK *dir = jcr->dir_bsock; int tls_local_need = BNET_TLS_NONE; -- 2.39.5