diff --git a/includes/tests/header_compile.cpp b/includes/tests/header_compile.cpp index ed08a3b47..b3eab88c5 100644 --- a/includes/tests/header_compile.cpp +++ b/includes/tests/header_compile.cpp @@ -1,9 +1,7 @@ #include "all_includes.h" -int main( int argc, char** argv ) +int main( int , char** ) { - Q_UNUSED( argc ); - Q_UNUSED( argv ); return 0; }