sqlite: silence OSAtomicCompareAndSwapPtrBarrier warning
commitee7e345af1e5fa699fc1068e48f24cdb7026959c
authorLuke Howard <lukeh@padl.com>
Mon, 20 Jul 2020 03:41:53 +0000 (20 13:41 +1000)
committerLuke Howard <lukeh@padl.com>
Mon, 20 Jul 2020 03:41:53 +0000 (20 13:41 +1000)
treea1cb8a3c0694baa4e677255c9c0a9aeb28a2c732
parentbb7b4f7a94e5c5c454f886ccd632565b81295e42
sqlite: silence OSAtomicCompareAndSwapPtrBarrier warning

The deprecated OSAtomicCompareAndSwapPtrBarrier() function is used by a code
path only taken on macOS systems with a single CPU. As very few Macs have a
single CPU today, remove this optimization. (Replacing it with <stdatomic.h> as
suggested would break compatability with macOS prior to 10.12.)
lib/sqlite/Makefile.am