Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12140
Change subject: [c++] remove the -Wno-deprecated compiler's flag ...................................................................... [c++] remove the -Wno-deprecated compiler's flag Removed the -Wno-deprecated compiler's flag, replaced some of the deprecated Kudu API calls with the contemporary counterparts and added 'pragma GCC diagnostic' blocks elsewhere. The motivation for this change was too many warnings produced by the compilation of the python Kudu client (originated from client.h). Change-Id: I513bd49642755dbcb7ed405391fb13096ee49759 --- M CMakeLists.txt M src/kudu/benchmarks/tpch/rpc_line_item_dao.cc M src/kudu/client/client-test-util.cc M src/kudu/client/client-test.cc M src/kudu/client/scan_token-internal.cc M src/kudu/client/scan_token-test.cc M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/integration-tests/all_types-itest.cc M src/kudu/integration-tests/alter_table-test.cc M src/kudu/integration-tests/cluster_verifier.cc M src/kudu/integration-tests/create-table-stress-test.cc M src/kudu/integration-tests/delete_table-itest.cc M src/kudu/integration-tests/flex_partitioning-itest.cc M src/kudu/integration-tests/full_stack-insert-scan-test.cc M src/kudu/integration-tests/fuzz-itest.cc M src/kudu/integration-tests/heavy-update-compaction-itest.cc M src/kudu/integration-tests/linked_list-test-util.h M src/kudu/integration-tests/tablet_copy-itest.cc M src/kudu/integration-tests/test_workload.cc M src/kudu/integration-tests/update_scan_delta_compact-test.cc M src/kudu/tools/ksck_remote-test.cc 22 files changed, 204 insertions(+), 141 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/12140/1 -- To view, visit http://gerrit.cloudera.org:8080/12140 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I513bd49642755dbcb7ed405391fb13096ee49759 Gerrit-Change-Number: 12140 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
