From 9438e731aa296fd28362fba2e196d112fbea6a4f Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 8 Apr 2024 22:42:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B0?= =?UTF-8?q?=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx-example-app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;