Suppress -Wunused-function warning

This commit is contained in:
Semir Puskarevic 2017-07-12 16:53:42 +02:00 committed by Howard Hinnant
parent 2129b813c9
commit a828109809

4
tz.cpp
View File

@ -201,6 +201,8 @@ get_download_folder()
# else // !_WIN32
# if !defined(INSTALL) || HAS_REMOTE_API
static
std::string
expand_path(std::string path)
@ -224,6 +226,8 @@ get_download_folder()
return expand_path("~/Downloads");
}
# endif // !defined(INSTALL) || HAS_REMOTE_API
# endif // !_WIN32
#endif // !USE_OS_TZDB