fix: -fobjc-arc with GCC (#5632)

This commit is contained in:
Cœur
2023-07-30 03:57:43 +02:00
committed by GitHub
parent ec0567e09f
commit 84f9d01e7d
2 changed files with 4 additions and 4 deletions

View File

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