Skip to content

Commit

Permalink
Resolve GCC 9.1.0 unused-function warning
Browse files Browse the repository at this point in the history
  • Loading branch information
invexed authored and HowardHinnant committed Jul 22, 2019
1 parent c0e7b4e commit 46ccd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ get_download_folder()
# endif // WINRT
# else // !_WIN32

# if !defined(INSTALL) || HAS_REMOTE_API
# if !defined(INSTALL)

static
std::string
Expand All @@ -262,7 +262,7 @@ get_download_folder()
return expand_path("~/Downloads");
}

# endif // !defined(INSTALL) || HAS_REMOTE_API
# endif // !defined(INSTALL)

# endif // !_WIN32

Expand Down

0 comments on commit 46ccd69

Please sign in to comment.