summaryrefslogtreecommitdiffstats
path: root/tdeabc/tests
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-11-12 16:30:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-11-12 16:31:12 +0100
commitdf11fa8daa57ec3b3983735bd339916fd492efe1 (patch)
tree165f642b4eafe099ecb8ed600d19d2046a93e3a7 /tdeabc/tests
parent32f820e4ba09475decb0fd34653959651b956f5f (diff)
downloadtdelibs-df11fa8daa57ec3b3983735bd339916fd492efe1.tar.gz
tdelibs-df11fa8daa57ec3b3983735bd339916fd492efe1.zip
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1ae867ab67d4b696d8280159614e0542cc18a8d2)
Diffstat (limited to 'tdeabc/tests')
-rw-r--r--tdeabc/tests/testaddresseelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/testaddresseelist.cpp b/tdeabc/tests/testaddresseelist.cpp
index 12964a687..e65d4379c 100644
--- a/tdeabc/tests/testaddresseelist.cpp
+++ b/tdeabc/tests/testaddresseelist.cpp
@@ -17,7 +17,7 @@ static const TDECmdLineOptions options[] =
TDECmdLineLastOption
};
-int main(int /*argc*/,char /* **argv*/)
+int main(int /*argc*/, char** /*argv*/)
{
/* TDEAboutData aboutData("testaddresseelist","TestAddresseeList","0.1");
TDECmdLineArgs::init(argc, argv, &aboutData);