Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21625
Change subject: [tools] fix compilation warning
......................................................................
[tools] fix compilation warning
This patch addresses compilation warnings like below (GCC 4.8.5):
src/kudu/tools/tool_action_table.cc:334:24: warning: extra tokens at end of
#undef directive
#undef GET_PROPERTY()
^
src/kudu/tools/tool_action_table.cc:335:28: warning: extra tokens at end of
#undef directive
#undef GET_NUM_PROPERTY()
This is a follow-up to d91d5c95dab38770890cac6a30be63f80eb82fec.
Change-Id: I2484aebb5c3334549e9b04957121f556d1120933
---
M src/kudu/tools/tool_action_table.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/25/21625/1
--
To view, visit http://gerrit.cloudera.org:8080/21625
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2484aebb5c3334549e9b04957121f556d1120933
Gerrit-Change-Number: 21625
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>