Bug 1956359 - Disable the libc++ deprecation warnings from ICU that we can't really do anything about. r=firefox-build-system-reviewers,sergesanspaille

Differential Revision: https://phabricator.services.mozilla.com/D243057
This commit is contained in:
Mike Hommey
2025-03-26 23:51:43 +00:00
parent e33e0b5fd5
commit 8e4a80da3e
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Library("icuuc")
FINAL_LIBRARY = "icu"
DEFINES["U_COMMON_IMPLEMENTATION"] = True
DEFINES["_LIBCPP_DISABLE_DEPRECATION_WARNINGS"] = True
LOCAL_INCLUDES += ["/intl/icu/source/i18n"]

View File

@@ -8,6 +8,7 @@ Library("icui18n")
FINAL_LIBRARY = "icu"
DEFINES["U_I18N_IMPLEMENTATION"] = True
DEFINES["_LIBCPP_DISABLE_DEPRECATION_WARNINGS"] = True
LOCAL_INCLUDES += ["/intl/icu/source/common"]
LOCAL_INCLUDES += ["/mfbt/double-conversion"]