Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21242
Change subject: [c++17] fix unsorted compilation warnings with CLANG15 ...................................................................... [c++17] fix unsorted compilation warnings with CLANG15 As a follow-up to a few prior patches, this patch addresses the rest of warnings output by CLANG15 when compiling the Kudu project on macOS Sonoma. There are still some warnings from the linker, e.g. warnings about the difference between target OS versions of the LLVM libraries from 3rd-party and Kudu binaries being linked. I think it's better to address them in a separate patch, if ever doing so. Change-Id: Iab094ec0766994d4e4d399a4ae1eb112ec16e5ee --- M src/kudu/gutil/strings/escaping.cc M src/kudu/gutil/sysinfo.cc M src/kudu/server/webserver.cc M src/kudu/tablet/ops/op_tracker-test.cc M src/kudu/tablet/tablet.cc 5 files changed, 17 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/21242/1 -- To view, visit http://gerrit.cloudera.org:8080/21242 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iab094ec0766994d4e4d399a4ae1eb112ec16e5ee Gerrit-Change-Number: 21242 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
