MacOSX 10.12.3 goose dependencies fails

Issue #65 new
Alex Vasilenko created an issue

Hello, Really, it's not a goose problem, but i'm worried about the consequences...

$ go get bitbucket.org/liamstask/goose/cmd/goose github.com/mattn/go-sqlite3 ../../../../github.com/mattn/go-sqlite3/sqlite3-binding.c:16475: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

Comments (2)

  1. Log in to comment