Richard Hipp wrote: > On 9/30/16, Judson Lester <[email protected]> wrote: >> 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] >> >> 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.
The file sqlite3-binding.c is just a copy of sqlite3.c. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

