diff --git a/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx b/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
index 0d1665f8b8c2dda99de45166f8aeb885ca639eee..4f6171effd794ef72ab664f7d690a1799a7039be 100644
--- a/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
+++ b/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
@@ -22,7 +22,7 @@
 #include "otbQtLogOutput.h"
 
 
-int otbQtLogOutputNew(int /*argc*/, char** /*argv[]*/)
+int otbQtLogOutputNew(int /*argc*/, char* /*argv*/ [])
 {
   otb::QtLogOutput::Pointer log = otb::QtLogOutput::New();
   return EXIT_SUCCESS;