summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-12 21:23:13 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-12 21:23:13 -0800
commita9c375f8ea81e52d832653c963da72033c9a98be (patch)
tree2e94b14db2d568050678c82aae1e7dacb9f6914c /BUILD
parentef7c50223a9bd1ab451e82a31a93cab3272b497f (diff)
Partway through refactoring of Arena.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/BUILD b/BUILD
index c6c401c..9e79d95 100644
--- a/BUILD
+++ b/BUILD
@@ -11,9 +11,6 @@ load(
"upb_proto_reflection_library",
)
-# Remove once our C++ wrappers are more sane.
-CXX_COPTS = ["-Wno-unused-private-field"]
-
# C/C++ rules ##################################################################
cc_library(
@@ -192,7 +189,6 @@ cc_test(
cc_test(
name = "test_encoder",
srcs = ["tests/pb/test_encoder.cc"],
- copts = CXX_COPTS,
data = ["google/protobuf/descriptor.pb"],
deps = [
":upb_cc_bindings",
@@ -217,7 +213,6 @@ upb_proto_reflection_library(
cc_test(
name = "test_cpp",
srcs = ["tests/test_cpp.cc"],
- copts = CXX_COPTS,
deps = [
":test_cpp_upbproto",
":upb",
@@ -251,7 +246,6 @@ cc_test(
srcs = [
"tests/json/test_json.cc",
],
- copts = CXX_COPTS,
deps = [
":test_json_upbproto",
":upb_json",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback