mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02: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__);
|
||||
}
|
||||
|
@@ -53,7 +53,7 @@ public:
|
||||
const std::string& getVersion() { return m_appVersion; }
|
||||
|
||||
std::string getBuildCompiler() { return BUILD_COMPILER; }
|
||||
std::string getBuildDate() { return BUILD_DATE; }
|
||||
std::string getBuildDate();
|
||||
std::string getBuildRevision() { return BUILD_REVISION; }
|
||||
std::string getBuildCommit() { return BUILD_COMMIT; }
|
||||
std::string getBuildType() { return BUILD_TYPE; }
|
||||
|
Reference in New Issue
Block a user