You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 20515 success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone, (void * volatile *)&_sqliteZone_); function OSAtomicCompareAndSwapPtrBarrier is deprecated. Compiler suggests to use atomic_compare_exchange_strong() from C11 (in stdatomic.)
The text was updated successfully, but these errors were encountered:
On line 20515
success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone, (void * volatile *)&_sqliteZone_);
functionOSAtomicCompareAndSwapPtrBarrier
is deprecated. Compiler suggests to useatomic_compare_exchange_strong()
from C11 (in stdatomic.)The text was updated successfully, but these errors were encountered: