Alexey Serbin has submitted this change and it was merged. ( 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 a small clean-up of the code in process_memory.cc and compaction-highmem-test.cc. This is a follow-up to d405ad33080cc5b203e3789363a202d472aca795. Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc Reviewed-on: http://gerrit.cloudera.org:8080/22448 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/compaction-highmem-test.cc M src/kudu/tablet/delta_compaction.cc M src/kudu/util/process_memory.cc 3 files changed, 16 insertions(+), 20 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- 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: merged Gerrit-Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc Gerrit-Change-Number: 22448 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]>
