forked from organicmaps/organicmaps
[iOS] Fixed linker warning.
Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
parent
9129844746
commit
48702bdb3d
1 changed files with 3 additions and 1 deletions
|
@ -153,8 +153,10 @@ bool Platform::IsFileExistsByFullPath(string const & filePath)
|
|||
return stat(filePath.c_str(), &s) == 0;
|
||||
}
|
||||
|
||||
#if !defined(OMIM_OS_IPHONE)
|
||||
//static
|
||||
void Platform::DisableBackupForFile(string const & filePath) {}
|
||||
void Platform::DisableBackupForFile(string const & /*filePath*/) {}
|
||||
#endif
|
||||
|
||||
// static
|
||||
string Platform::GetCurrentWorkingDirectory() noexcept
|
||||
|
|
Loading…
Add table
Reference in a new issue