aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest
diff options
context:
space:
mode:
authorTakumi Fujimoto <takumif@chromium.org>2019-10-21 10:56:21 -0700
committerCommit Bot <commit-bot@chromium.org>2019-10-21 18:10:31 +0000
commitebcffaea45a6e756b30d95b2dc43a47779cbe7be (patch)
tree19735b949c6f7ad09565906196f0fdbc3ee7001b /third_party/googletest
parentd0f315b3fac883c1e34c1ea2d768118efeffb3bc (diff)
downloadopenscreen-ebcffaea45a6e756b30d95b2dc43a47779cbe7be.tar.gz
Format TODO URLs as TODO(crbug.com/openscreen/000)
Put crbug URLs in TODOs to make it easier to open the bug pages. Change-Id: Ibc8fce98a795d7e8c714627bf1ecd970a3865563 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1872176 Reviewed-by: Max Yakimakha <yakimakha@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org>
Diffstat (limited to 'third_party/googletest')
-rw-r--r--third_party/googletest/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn
index be551bcb..110f5ae9 100644
--- a/third_party/googletest/BUILD.gn
+++ b/third_party/googletest/BUILD.gn
@@ -34,7 +34,8 @@ if (build_with_chromium) {
cflags_cc = []
if (is_clang) {
- # issue/15: GMock does not support the override keyword.
+ # NOTE(crbug.com/openscreen/15): GMock does not support the override
+ # keyword.
cflags_cc += [
"-Wno-exit-time-destructors",
"-Wno-inconsistent-missing-override",