Skip to content

Commit

Permalink
Return anything from non-void function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelchael committed Nov 10, 2024
1 parent 66b0f43 commit 7728c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/utils/log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ std::string format(std::string_view fmt, Args &&...args)
SDL_LogCritical(SDL_LOG_CATEGORY_APPLICATION, "%s", error.c_str());
app_fatal(error);
#endif
return std::string("");
}
}

Expand Down

0 comments on commit 7728c04

Please sign in to comment.