rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory Configured with: --prefix=/Applications/Xcode-9.4.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 In file included from ../source_subfolder/src/fcarch.c:24: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcarch.c:24: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcarch.c:24: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. In file included from ../source_subfolder/src/fcdefault.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdefault.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdefault.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcdefault.c:54:27: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] result = (FcStrSet *) fc_atomic_ptr_get (&default_langs); ^ In file included from ../source_subfolder/src/fccharset.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccharset.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add'In file included from ../source_subfolder/src/fcatomic.c:50: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h#define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccharset.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccompat.c:28: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccompat.c:28: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccompat.c:28: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ :161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcatomic.c:50: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcatomic.c:50: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:77:7: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&default_langs, NULL, result)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcdefault.c:94:12: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] lang = fc_atomic_ptr_get (&default_lang); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:100:7: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&default_lang, NULL, lang)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcdefault.c:116:15: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] prgname = fc_atomic_ptr_get (&default_prgname); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:202:7: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&default_prgname, NULL, prgname)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^In file included from ../source_subfolder/src/fccache.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccache.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccache.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccfg.c:27: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9In file included from ../source_subfolder/src/fccfg.c:27: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fccfg.c:27: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ : note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcdefault.c:221:12: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] lang = fc_atomic_ptr_get (&default_lang); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:222:17: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (lang && fc_atomic_ptr_cmpexch (&default_lang, lang, NULL)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcdefault.c:226:13: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] langs = fc_atomic_ptr_get (&default_langs); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:227:18: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (langs && fc_atomic_ptr_cmpexch (&default_langs, langs, NULL)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcdefault.c:232:15: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] prgname = fc_atomic_ptr_get (&default_prgname); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcdefault.c:233:20: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (prgname && fc_atomic_ptr_cmpexch (&default_prgname, prgname, NULL)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fccfg.c:42:14: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] config = fc_atomic_ptr_get (&_fcConfig); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccfg.c:47:7: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&_fcConfig, NULL, config)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fccfg.c:76:21: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] FcConfig *cfg = fc_atomic_ptr_get (&_fcConfig); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccfg.c:77:16: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (cfg && fc_atomic_ptr_cmpexch (&_fcConfig, cfg, NULL)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fccache.c:125:25: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] status = (intptr_t) fc_atomic_ptr_get (&static_status); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccache.c:135:9: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] (void) fc_atomic_ptr_cmpexch (&static_status, NULL, (void *) status); ^ ../source_subfolder/src/fcatomic.h:87:38:In file included from ../source_subfolder/src/fcdbg.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdbg.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdbg.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 3 warnings generated. ../source_subfolder/src/fccfg.c:314:12: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] (void) fc_atomic_ptr_cmpexch (&_fcConfig, config, NULL); ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here ../source_subfolder/src/fccfg.c:505:11: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] cfg = fc_atomic_ptr_get (&_fcConfig); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccfg.c:514:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&_fcConfig, cfg, config)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fccache.c:456:10: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] lock = fc_atomic_ptr_get (&cache_lock); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccache.c:460:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&cache_lock, NULL, lock)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fccache.c:483:10: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] lock = fc_atomic_ptr_get (&cache_lock); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fccache.c:484:15: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (lock && fc_atomic_ptr_cmpexch (&cache_lock, lock, NULL)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ 15 warnings generated. ../source_subfolder/src/fccfg.c:2582:11: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] config = fc_atomic_ptr_get (&_fcConfig); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ 3 warnings generated. 3 warnings generated. In file included from ../source_subfolder/src/fcdir.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdir.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcdir.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 9 warnings generated. 11 warnings generated. In file included from ../source_subfolder/src/fcformat.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcformat.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcformat.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcfreetype.c:47: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcfreetype.c:47: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcfreetype.c:47: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcformat.c:762:44: warning: expression which evaluates to zero treated as a null pointer constant of type 'FcChar8 *' (aka 'unsigned char *') [-Wnon-literal-null-conversion] if (!FcNameUnparseValue (buf, &l->value, '\0')) ^~~~ ../source_subfolder/src/fcformat.c:769:38: warning: expression which evaluates to zero treated as a null pointer constant of type 'FcChar8 *' (aka 'unsigned char *') [-Wnon-literal-null-conversion] FcNameUnparseValueList (buf, l, '\0'); ^~~~ In file included from ../source_subfolder/src/fcfs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcfs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcfs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcfreetype.c:1394:11: warning: address of array 'os2->achVendID' will always evaluate to 'true' [-Wpointer-bool-conversion] if (os2->achVendID && os2->achVendID[0] != 0) ~~~~~^~~~~~~~~ ~~ 3 warnings generated. In file included from ../source_subfolder/src/fcptrlist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcptrlist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcptrlist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 5 warnings generated. 3 warnings generated. In file included from ../source_subfolder/src/fchash.c:22: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fchash.c:22: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fchash.c:22: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fchash.c:159:8: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] (b = fc_atomic_ptr_get (prev)); prev = &(b->next)) ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fchash.c:166:8: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (prev, b, bucket)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fchash.c:176:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (prev, b, bucket)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fchash.c:208:13: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] (bucket = fc_atomic_ptr_get (prev)); prev = &(bucket->next)) ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fchash.c:212:11: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (prev, bucket, bucket->next)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ In file included from ../source_subfolder/src/fcinit.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^8 warnings generated. ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcinit.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcinit.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fclang.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fclang.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fclang.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 4 warnings generated. In file included from ../source_subfolder/src/fclist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fclist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fclist.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 3 warnings generated. In file included from ../source_subfolder/src/fcmatch.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcmatch.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcmatch.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcmatrix.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcmatrix.c:In file included from ../source_subfolder/src/fcname.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcname.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcname.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcmatrix.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. In file included from ../source_subfolder/src/fcobjs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcobjs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcobjs.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcobjs.c:53:11: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] ots = fc_atomic_ptr_get (&other_types); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcobjs.c:56:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&other_types, ots, NULL)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcobjs.c:75:11: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] ots = fc_atomic_ptr_get (&other_types); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcobjs.c:89:11: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] 3 warnings generated. ot->id = fc_atomic_int_add (next_id, +1); ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcobjs.c:97:7: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&other_types, ots, ot)) { ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: In file included from ../source_subfolder/src/fcpat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcobjs.c:141:15: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] for (ot = fc_atomic_ptr_get (&other_types); ot; ot = ot->next) ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcobjs.c:159:15: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] for (ot = fc_atomic_ptr_get (&other_types); ot; ot = ot->next) ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ In file included from ../source_subfolder/src/fcrange.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcrange.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcrange.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcpat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcpat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 10 warnings generated. 3 warnings generated. In file included from ../source_subfolder/src/fcserialize.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcserialize.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcserialize.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 3 warnings generated. In file included from ../source_subfolder/src/fcstat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcstat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcstat.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. In file included from ../source_subfolder/src/fcstr.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcstr.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcstr.c:25: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcweight.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcweight.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcweight.c:23: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcxml.c:26: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] In file included from ../source_subfolder/src/ftglue.c:11: In file included from ../source_subfolder/src/ftglue.h:46: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:139:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/ftglue.c:11: In file included from ../source_subfolder/src/ftglue.h:46: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:static inline int FcRefInc (FcRef *r) { return fc_atomic_int_add (r->count, +1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcxml.c:26: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:140:56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/fcxml.c:26: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ 3 warnings generated. 56: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefDec (FcRef *r) { return fc_atomic_int_add (r->count, -1); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ In file included from ../source_subfolder/src/ftglue.c:11: In file included from ../source_subfolder/src/ftglue.h:46: In file included from ../source_subfolder/src/fcint.h:52: ../source_subfolder/src/fcatomic.h:141:63: warning: 'OSAtomicAdd32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from instead [-Wdeprecated-declarations] static inline int FcRefAdd (FcRef *r, int v) { return fc_atomic_int_add (r->count, v); } ^ ../source_subfolder/src/fcatomic.h:80:35: note: expanded from macro 'fc_atomic_int_add' #define fc_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:161:9: note: 'OSAtomicAdd32Barrier' has been explicitly marked deprecated here int32_t OSAtomicAdd32Barrier( int32_t __theAmount, volatile int32_t *__theValue ); ^ ../source_subfolder/src/fcxml.c:2414:9: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] s = fc_atomic_ptr_get (&__fc_userdir); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcxml.c:2415:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&__fc_userdir, s, NULL)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcxml.c:2420:9: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] s = fc_atomic_ptr_get (&__fc_userconf); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcxml.c:2421:10: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&__fc_userconf, s, NULL)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ 3 warnings generated. ../source_subfolder/src/fcxml.c:2484:16: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] userdir = fc_atomic_ptr_get (&__fc_userdir); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcxml.c:2488:8: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&__fc_userdir, userdir, u)) ^ ../source_subfolder/src/fcatomic.h:3 warnings generated. 87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ ../source_subfolder/src/fcxml.c:2499:17: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_thread_fence() from instead [-Wdeprecated-declarations] userconf = fc_atomic_ptr_get (&__fc_userconf); ^ ../source_subfolder/src/fcatomic.h:82:32: note: expanded from macro 'fc_atomic_ptr_get' #define fc_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here void OSMemoryBarrier( void ); ^ ../source_subfolder/src/fcxml.c:2503:8: warning: 'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] if (!fc_atomic_ptr_cmpexch (&__fc_userconf, userconf, u)) ^ ../source_subfolder/src/fcatomic.h:87:38: note: expanded from macro 'fc_atomic_ptr_cmpexch' #define fc_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSAtomicDeprecated.h:645:9: note: 'OSAtomicCompareAndSwap64Barrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, ^ 11 warnings generated. mkdir: /Users/jenkins/w/cci_PR-3189@2/.conan/data/fontconfig/2.13.91/_/_/package/11217c0a55799d60f7ec5885d7ec478aab3be00a/bin: File exists CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Fontconfig warning: ignoring UTF-8: not a valid region tag