commit | 3335e3ab45fcb53d6dbdbcc867add5713482182e | [log] [tgz] |
---|---|---|
author | Mitchell Kember <mkember@google.com> | Thu Jan 25 17:07:51 2024 -0800 |
committer | Mitchell Kember <mkember@google.com> | Sat Jan 27 00:26:57 2024 +0000 |
tree | fe56399dc8571f0b36591dce5823632cde2f0b65 | |
parent | 357a8b04f36ed6fb344df2c08537532ec6e12697 [diff] |
[fxbug.dev] Migrate bug numbers This changes fxbug.dev/ URLs from Monorail bug numbers to the new Fuchsia Issue Tracker numbers. The migration to the new issue tracker was announced here: https://groups.google.com/a/fuchsia.dev/g/announce/c/GOYfJozEqmk/m/qsGsaJ7UAAAJ Bug: 298074672 Change-Id: Ib4ddfeb1546c775df9e8f30a08244cd914b3f165 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/freetype2/+/980263 Reviewed-by: Ian McKellar <ianloic@google.com>
diff --git a/BUILD.gn b/BUILD.gn index 7773bdc..297af76 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -30,7 +30,7 @@ include_dirs = [ "include" ] cflags = [ "-Wno-macro-redefined" ] - # TODO(fxbug.dev/128274): freetype2 has a lot of instances of this type of + # TODO(fxbug.dev/42078767): freetype2 has a lot of instances of this type of # UB. We should come back and fix these. Disabling this check here though # doesn't change anything since it wasn't until recently that this check was # extended to cover C, so these bugs were already here.