Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/11421
Change subject: [master] fix compilation warning of DCHECK_NOTNULL
......................................................................
[master] fix compilation warning of DCHECK_NOTNULL
Fixed compilation warning in case of RELEASE build:
kudu/master/ts_descriptor.cc:103:18: warning:
expression result unused [-Wunused-value]
DCHECK_NOTNULL(location);
^~~~~~~~
This patch does not contain any functional changes.
This is a follow-up to dcc39d53d8c36a3f4896ce4c208b855abee8da83.
Change-Id: I768afd0ec34f8127f66ea33338ca29ec337488c5
---
M src/kudu/master/ts_descriptor.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/21/11421/1
--
To view, visit http://gerrit.cloudera.org:8080/11421
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I768afd0ec34f8127f66ea33338ca29ec337488c5
Gerrit-Change-Number: 11421
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>