FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: disable deprecated warnings for windows GHA builds by scotthart · Pull Request #14875 · googleapis/google-cloud-cpp · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .bazel  (1) .cmake  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
1 change: 1 addition & 0 deletions cmake/GoogleCloudCppCommonOptions.cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function (google_cloud_cpp_add_common_options target)
return()
endif ()
target_compile_options(${target} PRIVATE "/W3")
target_compile_options(${target} PRIVATE "/wd4996")
if (GOOGLE_CLOUD_CPP_ENABLE_WERROR)
target_compile_options(${target} PRIVATE "/WX")
endif ()
Expand Down
1 change: 0 additions & 1 deletion google/cloud/bigtable/test_proxy/BUILD.bazel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cc_library(
testonly = True,
srcs = ["cbt_test_proxy.cc"],
hdrs = ["cbt_test_proxy.h"],
copts = ["-Wno-deprecated-declarations"],
deps = [
"//:bigtable",
"//protos:system_includes",
Expand Down

Back | FazBrowse Home | New Git URL