Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12183
Change subject: [gutil] suppress -Wdeprecated-declarations on macOS >= 10.12 ...................................................................... [gutil] suppress -Wdeprecated-declarations on macOS >= 10.12 As it turned out, most of the atomic operations functions declared in atomicops-internals-macosx.h have been declared deprecated at at 10.12 and higher. This changelist adds 'pragma GCC diagnostic push/pop' for the '-Wdeprecated-declarations' flag accordingly. This is a follow-up to 678dbac6fb05d0370e40e6645d4b1ec530fa0180. Change-Id: I82b0ebd9917a567d1a8b72c80b47dc102304d860 --- M src/kudu/gutil/atomicops-internals-macosx.h 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/12183/1 -- To view, visit http://gerrit.cloudera.org:8080/12183 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I82b0ebd9917a567d1a8b72c80b47dc102304d860 Gerrit-Change-Number: 12183 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
