Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/14268
Change subject: [transactions] fix compilation warning in tests
......................................................................
[transactions] fix compilation warning in tests
Fixed compilation warning in transaction_tracker-test.cc:
src/kudu/tablet/transactions/transaction_tracker-test.cc:83:37: \
warning: 'state' overrides a member function \
but is not marked 'override'
I also modernized a bit the code around:
'OVERRIDE' macro --> 'override' keyword
This patch does not contain any functional changes.
Change-Id: Ie838d6f9ac06b7be94198e33e510fa14bfcf2e13
---
M src/kudu/tablet/transactions/transaction_tracker-test.cc
1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/68/14268/1
--
To view, visit http://gerrit.cloudera.org:8080/14268
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie838d6f9ac06b7be94198e33e510fa14bfcf2e13
Gerrit-Change-Number: 14268
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>