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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment