diff --git a/src/myx-example-app/main.cpp b/src/myx-example-app/main.cpp index ad3d56a..6cb71fa 100644 --- a/src/myx-example-app/main.cpp +++ b/src/myx-example-app/main.cpp @@ -13,7 +13,7 @@ int32_t nsum( int32_t i = 0 ) } -int main( int argc, char* argv __attribute__( ( unused ) ) ) +int main( int argc, char** argv __attribute__( ( unused ) ) ) { // Значение из config_p.hpp std::cout << "Build date: " << BUILD_DATE << std::endl;