mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-02 20:24:27 +02:00
Suppress -Wunused-function warning
This commit is contained in:
committed by
Howard Hinnant
parent
2129b813c9
commit
a828109809
4
tz.cpp
4
tz.cpp
@@ -201,6 +201,8 @@ get_download_folder()
|
|||||||
|
|
||||||
# else // !_WIN32
|
# else // !_WIN32
|
||||||
|
|
||||||
|
# if !defined(INSTALL) || HAS_REMOTE_API
|
||||||
|
|
||||||
static
|
static
|
||||||
std::string
|
std::string
|
||||||
expand_path(std::string path)
|
expand_path(std::string path)
|
||||||
@@ -224,6 +226,8 @@ get_download_folder()
|
|||||||
return expand_path("~/Downloads");
|
return expand_path("~/Downloads");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# endif // !defined(INSTALL) || HAS_REMOTE_API
|
||||||
|
|
||||||
# endif // !_WIN32
|
# endif // !_WIN32
|
||||||
|
|
||||||
#endif // !USE_OS_TZDB
|
#endif // !USE_OS_TZDB
|
||||||
|
Reference in New Issue
Block a user