1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 10:52:00 +00:00

fix: cannot build with clang on Windows (#4978)

Fixes #4977.
This commit is contained in:
Charles Kerr 2023-02-21 11:08:28 -06:00 committed by GitHub
parent db118e7998
commit 9d1a141482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
namespace
{
[[nodiscard]] auto constexpr isOpen(tr_sys_file_t fd) noexcept
[[nodiscard]] auto isOpen(tr_sys_file_t fd) noexcept
{
return fd != TR_BAD_SYS_FILE;
}