Skip to content

Commit

Permalink
Remove -Wno-ctad-maybe-unsupported from cflags
Browse files Browse the repository at this point in the history
This seems mostly addressed by one of the changes in cl/719434935.

Bug: b/392703963
Test: bazel test '//...'
  • Loading branch information
Databean committed Jan 28, 2025
1 parent 35322e6 commit 79beb1a
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/common/libs/fs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ cc_test(
"shared_fd_test.cpp",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
includes = [""],
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/common/libs/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ cc_test(
"result_test.cpp",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
"-Icuttlefish",
],
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/assemble_cvd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
2 changes: 0 additions & 2 deletions base/cvd/cuttlefish/host/commands/cvd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cc_library(
hdrs = ["cvd.h"],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand All @@ -30,7 +29,6 @@ cc_binary(
name = "cvd",
srcs = ["main.cc" ],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
deps = [
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/cvd/acloud/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/cvd/cache/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cc_library(
hdrs = ["cache.h"],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/cvd/fetch/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cc_test(
"fetch_cvd_test.cpp",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
"-Icuttlefish",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cc_test(
"test_common.h",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
"-Icuttlefish",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cc_test(
"parser_names_test.cpp",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
"-Icuttlefish",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cc_test(
"utils.h",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
"-Icuttlefish",
],
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/cvd/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/commands/metrics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cc_library(
],
copts = [
"-Werror=sign-compare",
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
strip_include_prefix = "//cuttlefish",
Expand Down
1 change: 0 additions & 1 deletion base/cvd/cuttlefish/host/libs/web/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ cc_test(
"http_client/unittest/http_client_util_test.cc",
],
copts = [
"-Wno-ctad-maybe-unsupported",
"-std=c++17",
],
includes = [""],
Expand Down

0 comments on commit 79beb1a

Please sign in to comment.