Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19946 )
Change subject: [client] fix clang warning ...................................................................... [client] fix clang warning A contemporary CLANG compiler issues the following warning when given a header (.h/.hpp) file as input: treating 'c-header' input as 'c++-header' when in C++ mode, this behavior is deprecated [-Wdeprecated] There are no functional changes in this patch; it just addresses the compiler's warning. Change-Id: Iae586b683e06a6af1e44c9859769309d3b6a1a94 Reviewed-on: http://gerrit.cloudera.org:8080/19781 Tested-by: Kudu Jenkins Reviewed-by: Abhishek Chennaka <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/19946 Reviewed-by: Yingchun Lai <[email protected]> Reviewed-by: Yuqi Du <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> --- M src/kudu/client/client_examples-test.sh 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Yingchun Lai: Looks good to me, but someone else must approve Kudu Jenkins: Verified Yuqi Du: Looks good to me, but someone else must approve Yifan Zhang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19946 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: Iae586b683e06a6af1e44c9859769309d3b6a1a94 Gerrit-Change-Number: 19946 Gerrit-PatchSet: 2 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]>
