Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12093
to look at the new patch set (#2).
Change subject: [client] clang: explicit override in C++11 mode only
......................................................................
[client] clang: explicit override in C++11 mode only
While playing with the Kudu C++ example application, I noticed that
clang emits a lot of compilation warnings about using the explicit
override for virtual methods. This patch addresses that, updating
the OVERRIDE macro to take into account the version of the C++ standard
the compiler is using while compiling a Kudu client application.
Change-Id: I2e11c6ce830e0b525a1b92af126f10de745c986a
---
M src/kudu/client/stubs.h
1 file changed, 14 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/12093/2
--
To view, visit http://gerrit.cloudera.org:8080/12093
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2e11c6ce830e0b525a1b92af126f10de745c986a
Gerrit-Change-Number: 12093
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)