Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/14956
Change subject: [util] fix compilation warnings in RELEASE mode
......................................................................
[util] fix compilation warnings in RELEASE mode
Prior to this fix, compiling in RELEASE mode with 3rd-party clang would
output warning messages like below:
src/kudu/util/block_bloom_filter.cc:171:18: \
warning: expression result unused [-Wunused-value]
DCHECK_NOTNULL(directory_);
This patch addresses that, placing the DCHECK_NOTNULL() macro
into expressions which use directory_ member field.
Change-Id: Ia059413ad2962a22a32ab92773a2d6871809830a
---
M src/kudu/util/block_bloom_filter.cc
1 file changed, 4 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/14956/1
--
To view, visit http://gerrit.cloudera.org:8080/14956
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia059413ad2962a22a32ab92773a2d6871809830a
Gerrit-Change-Number: 14956
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>