mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Fix a warning in clang
This commit is contained in:
@@ -153,3 +153,8 @@ std::string Application::getOs()
|
||||
return "linux";
|
||||
#endif
|
||||
}
|
||||
|
||||
std::string Application::getBuildDate()
|
||||
{
|
||||
return std::string(__DATE__);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user