Bug 1960025: Remove no longer needed cxxflags override. r=platform-i18n-reviewers,nordzilla

Updating to a more recent ICU4X seems to have fixed this issue, so we no longer
need to add this flag.

Differential Revision: https://phabricator.services.mozilla.com/D245273
This commit is contained in:
André Bargull
2025-04-14 07:28:47 +00:00
parent f717d8d9cc
commit af057b4c4e

View File

@@ -48,10 +48,4 @@ LOCAL_INCLUDES += [
"/intl/icu_capi/bindings/cpp",
]
# Disable warnings when including C++ headers of ICU4X.
# - https://github.com/rust-diplomat/diplomat/issues/277
CXXFLAGS += [
"-Wno-mismatched-tags",
]
FINAL_LIBRARY = "xul"