From c888240961aaf6438d2d9475b818a5692674d8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Nov 2016 16:30:43 +0100 Subject: [PATCH] Fix FTBFS with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1ae867ab67d4b696d8280159614e0542cc18a8d2) --- kabc/tests/testaddresseelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabc/tests/testaddresseelist.cpp b/kabc/tests/testaddresseelist.cpp index e7cc123f1..bda70e2d3 100644 --- a/kabc/tests/testaddresseelist.cpp +++ b/kabc/tests/testaddresseelist.cpp @@ -17,7 +17,7 @@ static const KCmdLineOptions options[] = KCmdLineLastOption }; -int main(int /*argc*/,char /* **argv*/) +int main(int /*argc*/, char** /*argv*/) { /* KAboutData aboutData("testaddresseelist","TestAddresseeList","0.1"); KCmdLineArgs::init(argc, argv, &aboutData);