Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tablet_copy_client-test] fix compiler warning
Fixed compilation warning in TabletCopyClientTest: src/kudu/tserver/tablet_copy_client-test.cc:149:16: \ warning: 'GenerateTestData' overrides a member function but \ is not marked 'override' [-Winconsistent-missing-override] virtual void GenerateTestData() { ^ src/kudu/tserver/tablet_copy-test-base.h:113:16: \ note: overridden virtual function is here virtual void GenerateTestData() { ^ 1 warning generated. This patch does not contain any functional modifications. Change-Id: Ib0194589f7ff38a66dc2ae85ff02f8f9346b1db6 Reviewed-on: http://gerrit.cloudera.org:8080/13674 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]>
- Loading branch information