Skip to content

Commit

Permalink
Fix compilation error with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Jan 3, 2024
1 parent 7b82fe1 commit 5f7f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f7f373

Please sign in to comment.