Hello Will Berkeley, Tidy Bot, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12183
to look at the new patch set (#2).
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 since macOS 10.12, most of the functions in the
SASL API are deprecated since macOS 10.11, and krb5 API
is deprecated in favor to GSS.framework.
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
M src/kudu/rpc/client_negotiation.cc
M src/kudu/rpc/negotiation-test.cc
M src/kudu/rpc/sasl_common.cc
M src/kudu/rpc/sasl_common.h
M src/kudu/rpc/server_negotiation.cc
M src/kudu/security/init.cc
M src/kudu/thrift/sasl_client_transport.cc
8 files changed, 83 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/12183/2
--
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: newpatchset
Gerrit-Change-Id: I82b0ebd9917a567d1a8b72c80b47dc102304d860
Gerrit-Change-Number: 12183
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Will Berkeley <[email protected]>