Merge commit 'fe3ce96d88108e2bf04fef5144aef6799bff0fd4' as 'third_party/ceres'
Change-Id: If68cedf50907419e1e91f92f7ae9945d7357dc7b
diff --git a/third_party/google-benchmark/BUILD.bazel b/third_party/google-benchmark/BUILD.bazel
index 6ee69f2..7ba1887 100644
--- a/third_party/google-benchmark/BUILD.bazel
+++ b/third_party/google-benchmark/BUILD.bazel
@@ -18,6 +18,10 @@
exclude = ["src/benchmark_main.cc"],
),
hdrs = ["include/benchmark/benchmark.h"],
+ copts = [
+ "-Wno-format-nonliteral",
+ "-Wno-deprecated-declarations",
+ ],
linkopts = select({
":windows": ["-DEFAULTLIB:shlwapi.lib"],
"//conditions:default": ["-pthread"],