Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4529 to look at the new patch set (#2). Change subject: [c++client] use ATTRIBUTE_DEPRECATED attribute ...................................................................... [c++client] use ATTRIBUTE_DEPRECATED attribute Added the deprecated attribute to the methods/functions marked as such in the C++ client API. Also, added -Wdocumentation-deprecated-sync flag to spot cases when a method marked as deprecated by in-line doc lacks corresponding deprecation attribute (if compiling with clang). Change-Id: I1a48587d1132ada7da63953d7da6cae0f84a0baf --- M CMakeLists.txt M src/kudu/client/client.h M src/kudu/client/schema.h 3 files changed, 28 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/4529/2 -- To view, visit http://gerrit.cloudera.org:8080/4529 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I1a48587d1132ada7da63953d7da6cae0f84a0baf Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot