Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AVRO-3959: [C] Avoid deprecated OSX atomic ops (apache#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 <[email protected]> Signed-off-by: Sahil Kang <[email protected]>
- Loading branch information