mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 08:31:03 +08:00
Suppress -Wunused-function warning
This commit is contained in:
parent
2129b813c9
commit
a828109809
4
tz.cpp
4
tz.cpp
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user