forked from HowardHinnant/date
Resolve GCC 9.1.0 unused-function warning
This commit is contained in:
committed by
Howard Hinnant
parent
c0e7b4e2f7
commit
46ccd69c9c
@@ -236,7 +236,7 @@ get_download_folder()
|
|||||||
# endif // WINRT
|
# endif // WINRT
|
||||||
# else // !_WIN32
|
# else // !_WIN32
|
||||||
|
|
||||||
# if !defined(INSTALL) || HAS_REMOTE_API
|
# if !defined(INSTALL)
|
||||||
|
|
||||||
static
|
static
|
||||||
std::string
|
std::string
|
||||||
@@ -262,7 +262,7 @@ get_download_folder()
|
|||||||
return expand_path("~/Downloads");
|
return expand_path("~/Downloads");
|
||||||
}
|
}
|
||||||
|
|
||||||
# endif // !defined(INSTALL) || HAS_REMOTE_API
|
# endif // !defined(INSTALL)
|
||||||
|
|
||||||
# endif // !_WIN32
|
# endif // !_WIN32
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user