From 06d21934d83d2a7fd1dbf5b13afb81cc5ffb4282 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 5 Apr 2012 09:28:13 +0000 Subject: [PATCH] Task #1418: Fixed compiler warning --- MAC/APL/Appl_Controller/ACuserMenu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/Appl_Controller/ACuserMenu.cc b/MAC/APL/Appl_Controller/ACuserMenu.cc index dfb8abc7573..999b10c58fc 100644 --- a/MAC/APL/Appl_Controller/ACuserMenu.cc +++ b/MAC/APL/Appl_Controller/ACuserMenu.cc @@ -313,7 +313,7 @@ void showMenu() cout << "Enter letter of your choice: "; } -int main (int argc, char *argv[]) { +int main (int /*argc*/, char *argv[]) { ConfigLocator aCL; string progName(basename(argv[0])); #ifdef HAVE_LOG4CPLUS -- GitLab