From 5f7f37323c1a134e4b7ac8ca2e66c65c2af96ece Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Wed, 3 Jan 2024 14:10:44 +0100 Subject: [PATCH] Fix compilation error with gcc --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index dd44f96..b5f5dba 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -123,7 +123,7 @@ static NO_RETURN void usage(const int32_t xcode) /** * @brief Print the version */ -static NO_RETURN void version() +static void version() { std::cout << APP_NAME << " version " << VERSION_MAJOR << "." << VERSION_MINOR << " ("; #if DEBUG