Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19781
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 --- M src/kudu/client/client_examples-test.sh 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/19781/1 -- To view, visit http://gerrit.cloudera.org:8080/19781 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iae586b683e06a6af1e44c9859769309d3b6a1a94 Gerrit-Change-Number: 19781 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
