mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Targeted suppression of some deprecation warnings that are build errors under clang: - Ignore the deprecation of codecvt's unicode conversion until we decide on a replacement strategy. - Allow the deprecated posix names of functions in third_party/txt. Part of https://github.com/flutter/flutter/issues/16256