Commits


Sahil Kang authored and GitHub committed 01ba73caf4c
AVRO-3959: [C] Avoid deprecated OSX atomic ops (#2797) macOS 10.12 deprecated the OSAtomic* functions. This removes the following warnings: warning: 'OSAtomicIncrement32' is deprecated: first deprecated in macOS 10.12 warning: 'OSAtomicDecrement32' is deprecated: first deprecated in macOS 10.12 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com> Signed-off-by: Sahil Kang <sahilkang@google.com>