We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5414ca commit 59e5fddCopy full SHA for 59e5fdd
cmake/GoogleCloudCppCommonOptions.cmake
@@ -80,6 +80,7 @@ function (google_cloud_cpp_add_common_options target)
80
return()
81
endif ()
82
target_compile_options(${target} PRIVATE "/W3")
83
+ target_compile_options(${target} PRIVATE "/wd4996")
84
if (GOOGLE_CLOUD_CPP_ENABLE_WERROR)
85
target_compile_options(${target} PRIVATE "/WX")
86
google/cloud/bigtable/test_proxy/BUILD.bazel
@@ -22,7 +22,6 @@ cc_library(
22
testonly = True,
23
srcs = ["cbt_test_proxy.cc"],
24
hdrs = ["cbt_test_proxy.h"],
25
- copts = ["-Wno-deprecated-declarations"],
26
deps = [
27
"//:bigtable",
28
"//protos:system_includes",
0 commit comments