Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22448
Change subject: [tablet] fix compilation warnings on macOS ...................................................................... [tablet] fix compilation warnings on macOS Use portable format specifiers for printing 64-bit numbers to avoid compilation warnings like below: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] Also snuck in small simplification of the code in process_memory.cc. This is a follow-up to d405ad33080cc5b203e3789363a202d472aca795. Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc --- M src/kudu/tablet/delta_compaction.cc M src/kudu/util/process_memory.cc 2 files changed, 7 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/22448/1 -- To view, visit http://gerrit.cloudera.org:8080/22448 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc Gerrit-Change-Number: 22448 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
