Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12090
Change subject: [client] add WARN_UNUSED_RESULT for a few static functions ...................................................................... [client] add WARN_UNUSED_RESULT for a few static functions This patch adds the WARN_UNUSED_RESULT attribute for the following static functions in the kudu::client namespace: * SetInternalSignalNumber(int signum) * DisableSaslInitialization() * DisableOpenSSLInitialization() This change does not affect the exported symbols of the above mentioned functions in the kudu_client library, so this change is backward-compatible. Change-Id: Id66cad549ebf57e94da2d8a7cbc85b5476fa168d --- M src/kudu/client/client.h 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/90/12090/1 -- To view, visit http://gerrit.cloudera.org:8080/12090 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id66cad549ebf57e94da2d8a7cbc85b5476fa168d Gerrit-Change-Number: 12090 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
