Resolve GCC 9.1.0 unused-function warning

This commit is contained in:
James Beach
2019-05-30 11:09:18 +01:00
committed by Howard Hinnant
parent c0e7b4e2f7
commit 46ccd69c9c

View File

@@ -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