Skip to content
Snippets Groups Projects
Commit 06d21934 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #1418: Fixed compiler warning

parent 6e5c7d05
Branches
Tags
No related merge requests found
...@@ -313,7 +313,7 @@ void showMenu() ...@@ -313,7 +313,7 @@ void showMenu()
cout << "Enter letter of your choice: "; cout << "Enter letter of your choice: ";
} }
int main (int argc, char *argv[]) { int main (int /*argc*/, char *argv[]) {
ConfigLocator aCL; ConfigLocator aCL;
string progName(basename(argv[0])); string progName(basename(argv[0]));
#ifdef HAVE_LOG4CPLUS #ifdef HAVE_LOG4CPLUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment