From 623766fd6db2529f74ba6c4ac129b9e91e0b950b Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 8 Apr 2024 22:41:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D1=81=20=D0=A1=D0=BC?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=201.5?= 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 921ca50..ad3d56a 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 [[gnu::unused]][] ) +int main( int argc, char* argv __attribute__( ( unused ) ) ) { // Значение из config_p.hpp std::cout << "Build date: " << BUILD_DATE << std::endl;