Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on OS X 10.12 uses deprecated calls (sqlite3-bindings.c) #336

Closed
mattwszolek opened this issue Oct 12, 2016 · 1 comment
Closed

Comments

@mattwszolek
Copy link

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.)

@mattn
Copy link
Owner

mattn commented Oct 12, 2016

Maybe you don't use latest? 61c9552

kevinburke added a commit to kevinburke/goose that referenced this issue Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants