mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
fix: -fobjc-arc with GCC (#5632)
This commit is contained in:
@@ -274,7 +274,7 @@ double tr_getRatio(uint64_t numerator, uint64_t denominator)
|
||||
|
||||
// ---
|
||||
|
||||
#ifndef __APPLE__
|
||||
#if !(defined(__APPLE__) && defined(__clang__))
|
||||
|
||||
std::string tr_strv_convert_utf8(std::string_view sv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user