On 9/30/16, Judson Lester <[email protected]> wrote: > Using go-sqlite3, I get this warning with every build: > > # github.com/mattn/go-sqlite3 > vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c:18709:17: warning: > 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS > 10.12 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead > [-Wdeprecated-declarations] > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6: > note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked > deprecated here > > This has been reported repeatedly to that project (e.g. > https://github.com/mattn/go-sqlite3/issues/332), with the same response: > report this upstream. So here I am. The binding file does appear to be a > SQLite3 product, FWIW.
The go bindings do not come from here. Sorry. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

